#BD57F0
A light, vivid purple closely aligning with Darkorchid.
About #BD57F0
The hex code #BD57F0 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 189 red, 87 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 21% C, 64% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD57F0
RGB189, 87, 240
HSL280.0°, 83.6%, 64.1%
CMYK21%, 64%, 0%, 6%
HSV280.0°, 63.7%, 94.1%
LAB56.0, 64.7, -60.0
XYZ40.1, 23.9, 84.9
Decimal12408816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD57F0;
}
.text-color {
color: #BD57F0;
}
.border-color {
border: 2px solid #BD57F0;
}