#BD50BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD50BD
The hex code #BD50BD represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(189, 80, 189).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 58% Magenta, 0% Yellow, and 26% Black. The HSL representation is 300.0° hue, 45.2% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD50BD
RGB189, 80, 189
HSL300.0°, 45.2%, 52.7%
CMYK0%, 58%, 0%, 26%
HSV300.0°, 57.7%, 74.1%
LAB52.1, 58.0, -37.2
XYZ33.0, 20.2, 50.3
Decimal12406973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD50BD;
}
.text-color {
color: #BD50BD;
}
.border-color {
border: 2px solid #BD50BD;
}