#BD75FF
A light, vivid purple closely aligning with Mediumorchid.
About #BD75FF
When working with digital screens, the color #BD75FF is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(189, 117, 255).
If you are designing for print, the four-color process is what matters most. The color uses 26% Cyan, 54% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD75FF
RGB189, 117, 255
HSL271.3°, 100.0%, 72.9%
CMYK26%, 54%, 0%, 0%
HSV271.3°, 54.1%, 100.0%
LAB62.3, 53.3, -58.2
XYZ45.4, 30.8, 98.2
Decimal12416511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD75FF;
}
.text-color {
color: #BD75FF;
}
.border-color {
border: 2px solid #BD75FF;
}