#B68AE2
A light, moderate purple closely aligning with Mediumpurple.
About #B68AE2
The precise color #B68AE2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(182, 138, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 19% cyan, 39% magenta, 0% yellow, and 11% black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B68AE2
RGB182, 138, 226
HSL270.0°, 60.3%, 71.4%
CMYK19%, 39%, 0%, 11%
HSV270.0°, 38.9%, 88.6%
LAB64.7, 33.5, -38.5
XYZ42.1, 33.6, 76.2
Decimal11963106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.72:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68AE2;
}
.text-color {
color: #B68AE2;
}
.border-color {
border: 2px solid #B68AE2;
}