#B692E9
A light, moderate purple closely aligning with Mediumpurple.
About #B692E9
At its core, #B692E9 is a light and moderate hue. Its closest recognized web color is Mediumpurple. In the RGB color space, it consists of 182 red, 146 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 22% C, 37% M, 0% Y, and 9% K. The HSL representation is 264.8° hue, 66.4% saturation, and 74.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B692E9
RGB182, 146, 233
HSL264.8°, 66.4%, 74.3%
CMYK22%, 37%, 0%, 9%
HSV264.8°, 37.3%, 91.4%
LAB66.8, 30.6, -39.0
XYZ44.3, 36.4, 81.8
Decimal11965161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.28:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B692E9;
}
.text-color {
color: #B692E9;
}
.border-color {
border: 2px solid #B692E9;
}