#B675CC
A light, moderate purple closely aligning with Orchid.
About #B675CC
Visually, #B675CC is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 182 parts red, 117 parts green, and 204 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 11% Cyan, 43% Magenta, 0% Yellow, and 20% 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. 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#B675CC
RGB182, 117, 204
HSL284.8°, 46.0%, 62.9%
CMYK11%, 43%, 0%, 20%
HSV284.8°, 42.6%, 80.0%
LAB59.0, 40.3, -35.0
XYZ36.6, 27.0, 60.4
Decimal11957708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B675CC;
}
.text-color {
color: #B675CC;
}
.border-color {
border: 2px solid #B675CC;
}