#BD5FCC
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD5FCC
The hex code #BD5FCC represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 95, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 53% M, 0% Y, and 20% K. With a hue angle of 291.7 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, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD5FCC
RGB189, 95, 204
HSL291.7°, 51.7%, 58.6%
CMYK7%, 53%, 0%, 20%
HSV291.7°, 53.4%, 80.0%
LAB55.4, 53.7, -40.6
XYZ36.0, 23.4, 59.7
Decimal12410828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD5FCC;
}
.text-color {
color: #BD5FCC;
}
.border-color {
border: 2px solid #BD5FCC;
}