#BD75C5
A light, moderate magenta closely aligning with Orchid.
About #BD75C5
At its core, #BD75C5 is a light and moderate hue. Its closest recognized web color is Orchid. In the RGB color space, it consists of 189 red, 117 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 4% cyan and 41% magenta inks. The HSL representation is 294.0° hue, 40.8% saturation, and 61.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD75C5
RGB189, 117, 197
HSL294.0°, 40.8%, 61.6%
CMYK4%, 41%, 0%, 23%
HSV294.0°, 40.6%, 77.3%
LAB59.5, 41.0, -30.2
XYZ37.4, 27.6, 56.2
Decimal12416453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD75C5;
}
.text-color {
color: #BD75C5;
}
.border-color {
border: 2px solid #BD75C5;
}