#BD248A
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD248A
At its core, #BD248A is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 36, and 138.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 81% magenta, 27% yellow, and 26% black. With a hue angle of 320.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD248A
RGB189, 36, 138
HSL320.0°, 68.0%, 44.1%
CMYK0%, 81%, 27%, 26%
HSV320.0°, 81.0%, 74.1%
LAB44.1, 66.3, -19.4
XYZ26.2, 13.9, 25.3
Decimal12395658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.31:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD248A;
}
.text-color {
color: #BD248A;
}
.border-color {
border: 2px solid #BD248A;
}