#BD50B6
A medium, moderate magenta closely aligning with Orchid.
About #BD50B6
The hex code #BD50B6 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 189 red, 80 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 58% M, 4% Y, and 26% K. With a hue angle of 303.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#BD50B6
RGB189, 80, 182
HSL303.9°, 45.2%, 52.7%
CMYK0%, 58%, 4%, 26%
HSV303.9°, 57.7%, 74.1%
LAB51.8, 56.8, -33.7
XYZ32.3, 19.9, 46.4
Decimal12406966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD50B6;
}
.text-color {
color: #BD50B6;
}
.border-color {
border: 2px solid #BD50B6;
}