{
  "entity_type": "unit_conversion_page",
  "id": "mpg-uk-to-l-per-100km",
  "name": "Miles per imperial gallon (UK mpg) to Liters per 100 km",
  "title": "Miles per imperial gallon (UK mpg) to Liters per 100 km Converter (mpg (UK) to L/100km)",
  "description": "Convert miles per imperial gallon (UK mpg) to liters per 100 km with the formula L/100km = 282.480936 / mpg (UK). Conversion table and worked examples, with JSON API and MCP access.",
  "quantity": "fuel-economy",
  "quantity_name": "Fuel economy",
  "base_unit": "L/100km",
  "from_unit": {
    "symbol": "mpg_uk",
    "display": "mpg (UK)",
    "name": "miles per imperial gallon (UK mpg)",
    "singular": "mpg (UK)"
  },
  "to_unit": {
    "symbol": "L/100km",
    "display": "L/100km",
    "name": "liters per 100 km",
    "singular": "liter per 100 km"
  },
  "linear": false,
  "factor": null,
  "inverse_factor": null,
  "formula": "L/100km = 282.480936 / mpg (UK)",
  "reverse_formula": "mpg (UK) = 282.480936 / (L/100km)",
  "unit_relation": "L/100km = 282.480936 / mpg (UK)",
  "examples": [
    {
      "value": 7.5,
      "result": 37.6641,
      "text": "7.5 mpg (UK) = 37.6641 L/100km"
    },
    {
      "value": 30,
      "result": 9.41603,
      "text": "30 mpg (UK) = 9.41603 L/100km"
    },
    {
      "value": 45,
      "result": 6.27735,
      "text": "45 mpg (UK) = 6.27735 L/100km"
    }
  ],
  "table": [
    {
      "mpg_uk": 3,
      "L/100km": 94.1603
    },
    {
      "mpg_uk": 4,
      "L/100km": 70.6202
    },
    {
      "mpg_uk": 5,
      "L/100km": 56.4962
    },
    {
      "mpg_uk": 6,
      "L/100km": 47.0802
    },
    {
      "mpg_uk": 7,
      "L/100km": 40.3544
    },
    {
      "mpg_uk": 8,
      "L/100km": 35.3101
    },
    {
      "mpg_uk": 9,
      "L/100km": 31.3868
    },
    {
      "mpg_uk": 10,
      "L/100km": 28.2481
    },
    {
      "mpg_uk": 12,
      "L/100km": 23.5401
    },
    {
      "mpg_uk": 15,
      "L/100km": 18.8321
    },
    {
      "mpg_uk": 20,
      "L/100km": 14.124
    },
    {
      "mpg_uk": 25,
      "L/100km": 11.2992
    },
    {
      "mpg_uk": 30,
      "L/100km": 9.41603
    },
    {
      "mpg_uk": 35,
      "L/100km": 8.07088
    },
    {
      "mpg_uk": 40,
      "L/100km": 7.06202
    },
    {
      "mpg_uk": 45,
      "L/100km": 6.27735
    },
    {
      "mpg_uk": 50,
      "L/100km": 5.64962
    },
    {
      "mpg_uk": 60,
      "L/100km": 4.70802
    },
    {
      "mpg_uk": 70,
      "L/100km": 4.03544
    },
    {
      "mpg_uk": 80,
      "L/100km": 3.53101
    },
    {
      "mpg_uk": 100,
      "L/100km": 2.82481
    }
  ],
  "faq": [
    {
      "q": "What is the formula to convert miles per imperial gallon (UK mpg) to liters per 100 km?",
      "a": "L/100km = 282.480936 / mpg (UK). For example, 7.5 mpg (UK) = 37.6641 L/100km."
    },
    {
      "q": "How do I convert liters per 100 km back to miles per imperial gallon (UK mpg)?",
      "a": "mpg (UK) = 282.480936 / (L/100km); the liters per 100 km-to-miles per imperial gallon (UK mpg) page applies it directly."
    },
    {
      "q": "Why is there no single multiplication factor?",
      "a": "Fuel-economy units are reciprocal (distance per volume versus volume per distance), so the conversion divides a constant by the value instead of multiplying."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=7.5&from_unit=mpg_uk&to_unit=L%2F100km",
    "calculator": "https://tttkmbb.com/api/v1/calculate/fuel-economy?value=7.5&from_unit=mpg_uk&to_unit=L%2F100km",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 7.5,
      "from_unit": "mpg_uk",
      "to_unit": "L/100km"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mpg-uk-to-l-per-100km",
    "markdown": "https://tttkmbb.com/conversion/mpg-uk-to-l-per-100km.md",
    "json": "https://tttkmbb.com/conversion/mpg-uk-to-l-per-100km.json",
    "reverse": "https://tttkmbb.com/conversion/l-per-100km-to-mpg-uk",
    "quantity_converter": "https://tttkmbb.com/conversion/fuel-economy",
    "units": "https://tttkmbb.com/api/v1/units?quantity=fuel-economy"
  },
  "timestamp": "2026-09-24"
}