#BD3AE9
A medium, vivid purple closely aligning with Darkorchid.
About #BD3AE9
At its core, #BD3AE9 is a medium and vivid hue. Designers often compare it to the standard color Darkorchid. Its digital footprint relies on 189 parts red, 58 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 75% magenta, 0% yellow, and 9% black. The HSL representation is 284.9° hue, 79.9% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD3AE9
RGB189, 58, 233
HSL284.9°, 79.9%, 57.1%
CMYK19%, 75%, 0%, 9%
HSV284.9°, 75.1%, 91.4%
LAB51.5, 74.7, -63.2
XYZ37.2, 19.7, 78.9
Decimal12401385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3AE9;
}
.text-color {
color: #BD3AE9;
}
.border-color {
border: 2px solid #BD3AE9;
}