#B666DB
A light, moderate purple closely aligning with Mediumorchid.
About #B666DB
At its core, #B666DB is a light and moderate hue. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 102, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 17% cyan, 53% magenta, 0% yellow, and 14% black. The HSL representation is 281.0° hue, 61.9% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B666DB
RGB182, 102, 219
HSL281.0°, 61.9%, 62.9%
CMYK17%, 53%, 0%, 14%
HSV281.0°, 53.4%, 85.9%
LAB56.6, 51.4, -47.2
XYZ36.8, 24.6, 69.8
Decimal11953883
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B666DB;
}
.text-color {
color: #B666DB;
}
.border-color {
border: 2px solid #B666DB;
}