#BD42CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD42CC
The precise color #BD42CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 189 red, 66 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 7% Cyan, 68% Magenta, 0% Yellow, and 20% Black. With a hue angle of 293.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD42CC
RGB189, 66, 204
HSL293.5°, 57.5%, 52.9%
CMYK7%, 68%, 0%, 20%
HSV293.5°, 67.6%, 80.0%
LAB50.8, 66.5, -47.9
XYZ33.8, 19.1, 59.0
Decimal12403404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD42CC;
}
.text-color {
color: #BD42CC;
}
.border-color {
border: 2px solid #BD42CC;
}