Convert to BMP3 online

Free online converter for converting files to BMP3.

Drag and drop images,
videos or any files

Drag files here. Maximum size — 5 GB

How to convert files to BMP3?

1
Upload your file
Click the 'Choose File' button or drag and drop your file into the upload area. Supported formats include PNG, JPG, WEBP and more.
2
Select the output format
Make sure BMP3 is selected as the conversion format. Adjust additional settings if needed.
3
Start the conversion process
Click the 'Convert' button and wait a few seconds. All conversions are performed on our servers.
4
Download the result
Once the process is complete, click the 'Download' button and save the file in BMP3 format.

.BMP3

BMP3
Microsoft Windows bitmap image (V3)
Data typeImage
MIME typeimage/bmp
DeveloperMicrosoft
Primary use casesLegacy Windows graphics, interoperability with older software, simple lossless raster exchange, embedded/industrial systems

What is the BMP3 file format?

BMP3 is a Windows Bitmap (BMP) image saved in the older Version 3 DIB layout (BITMAPINFOHEADER). It’s usually uncompressed, simple, and mainly used for legacy compatibility rather than the modern web.

BMP3 file characteristics

Data typeImage
MIME typeimage/bmp
CompressionNone (BI_RGB) or RLE (BI_RLE8/BI_RLE4 for indexed images)
Color depthCommonly 1/4/8/16/24/32 bpp; alpha is not standardized in BMP V3
Color spaceRGB (typically treated as sRGB in practice; V3 header does not define ICC profiles)
Transparency supportNo
Animation supportNo
MetadataBasic BMP/DIB header fields; no standardized EXIF/IPTC; no V3 color profile fields
Standard / SpecificationRFC 7903 (image/bmp); Microsoft documentation for BITMAPINFOHEADER / DIB structures
Typical file sizeLarge: ≈3 MB per megapixel at 24-bit uncompressed (plus headers and row padding)
Year introduced1990

Advantages

The BMP3 file format offers several advantages that make it suitable for common use cases.

  • Very simple structure;
  • Lossless storage;
  • Fast to decode/encode;
  • Supports palettes and basic RLE for indexed images;
  • Widely recognized by legacy Windows software

Limitations

The BMP3 file format has certain limitations that may affect its use in specific scenarios.

  • BMP V3 lacks modern color management (ICC) and standardized transparency;
  • Some encoders write 32-bit pixels but alpha may be ignored;
  • Row padding and BGR channel order can cause compatibility issues in simplistic parsers

Security considerations

Keep image libraries updated; malformed headers, palettes, or metadata can trigger decoder bugs. Some BMP payloads may encapsulate other image data (e.g., JPEG/PNG), so security considerations of those decoders may also apply

License

Publicly documented format; no known licensing fees for implementation

BMP3 refers to a Windows Bitmap file written with the Version 3 DIB header (BITMAPINFOHEADER, 40 bytes). The pixel data is typically stored uncompressed (BI_RGB) with 4-byte row padding, though indexed images may use RLE (RLE4/RLE8). BMP3 is lossless but often large, has limited metadata, and lacks modern color management; it’s primarily encountered in legacy Windows workflows and compatibility scenarios.