#B683FF
A light, vivid purple closely aligning with Mediumpurple.
About #B683FF
Visually, #B683FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(182, 131, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 29% Cyan, 49% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B683FF
RGB182, 131, 255
HSL264.7°, 100.0%, 75.7%
CMYK29%, 49%, 0%, 0%
HSV264.7°, 48.6%, 100.0%
LAB64.5, 44.1, -54.8
XYZ45.5, 33.4, 98.7
Decimal11961343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.68:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B683FF;
}
.text-color {
color: #B683FF;
}
.border-color {
border: 2px solid #B683FF;
}