#BD50F0
A light, vivid purple closely aligning with Darkorchid.
About #BD50F0
At its core, #BD50F0 is a light and vivid hue. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 189 red, 80 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 21% Cyan, 67% Magenta, 0% Yellow, and 6% Black. With a hue angle of 280.9 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. 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#BD50F0
RGB189, 80, 240
HSL280.9°, 84.2%, 62.7%
CMYK21%, 67%, 0%, 6%
HSV280.9°, 66.7%, 94.1%
LAB54.9, 67.7, -61.7
XYZ39.6, 22.8, 84.8
Decimal12407024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD50F0;
}
.text-color {
color: #BD50F0;
}
.border-color {
border: 2px solid #BD50F0;
}