#BDA0FF
A very light, vivid purple closely aligning with Mediumpurple.
About #BDA0FF
At its core, #BDA0FF is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(189, 160, 255).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 26% C, 37% M, 0% Y, and 0% K. The HSL representation is 258.3° hue, 100.0% saturation, and 81.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDA0FF
RGB189, 160, 255
HSL258.3°, 100.0%, 81.4%
CMYK26%, 37%, 0%, 0%
HSV258.3°, 37.3%, 100.0%
LAB71.7, 30.0, -43.4
XYZ51.6, 43.2, 100.2
Decimal12427519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA0FF;
}
.text-color {
color: #BDA0FF;
}
.border-color {
border: 2px solid #BDA0FF;
}