#B67CE9
A light, vivid purple closely aligning with Mediumpurple.
About #B67CE9
At its core, #B67CE9 is a light and vivid hue. Designers often compare it to the standard color Mediumpurple. Its digital footprint relies on 182 parts red, 124 parts green, and 233 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 22% Cyan, 47% Magenta, 0% Yellow, and 9% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B67CE9
RGB182, 124, 233
HSL271.9°, 71.2%, 70.0%
CMYK22%, 47%, 0%, 9%
HSV271.9°, 46.8%, 91.4%
LAB61.9, 42.8, -46.8
XYZ41.2, 30.2, 80.8
Decimal11959529
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.05:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B67CE9;
}
.text-color {
color: #B67CE9;
}
.border-color {
border: 2px solid #B67CE9;
}