Shades of Dark Orchid #B92ACC
Tints of Dark Orchid #B92ACC
RGB
CMYK
RGB Variations
Color information
#B92ACC (or 0xB92ACC) is known color: Dark Orchid. HEX triplet: B9, 2A and CC. RGB value is (185,42,204). Sum of RGB (Red+Green+Blue) = 185+42+204=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #B92ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ACC is #46D533. Grayscale: #666666. Windows color (decimal): -4642100 or 13380281. OLE color: 13380281.
HSL color Cylindrical-coordinate representation of color #B92ACC: hue angle of 292.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92ACC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 42 | 204 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.2 |
| HSL | 292.96º | 0.66% | 0.48% | - |
| HSV(B) | 292.96º | 0.79% | 0.8% | - |
| XYZ | 31.73 | 16.33 | 58.61 | - |
| YUV | 103.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 204 | 0.09 | 0.79 | 0 | 0.2 | 292.96 | 0.66 | 0.48 |
| Hex | B9 | 2A | CC | 9 | 4F | 0 | 14 | 125 | 42 | 30 |
| Octal | 271 | 52 | 314 | 11 | 117 | 0 | 24 | 445 | 102 | 60 |
| Binary | 10111001 | 101010 | 11001100 | 1001 | 1001111 | 0 | 10100 | 100100101 | 1000010 | 110000 |
Color Harmonies of #B92ACC
Complementary color
Monochromatic Colors of #B92ACC
Black with #B92ACC
Text Example
Text Example
White with #B92ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92ACC; }
p { color: rgb(185,42,204); }
H1.HeaderClassName
{
color: #B92ACC;
}
.AnyTagClassName
{
color: #B92ACC;
}
</style>
background-color css
<style>
a { background-color: #B92ACC; }
a { background-color: rgb(185,42,204); }
div.DivClassName
{
background-color: #B92ACC;
}
.BgClassName
{
background-color: #B92ACC;
}
</style>
border-color css
<style>
span { border-color: #B92ACC; }
span { border-color: rgb(185,42,204); }
td.TdClassName
{
border-color: #B92ACC;
}
.TagClassName
{
border-color: #B92ACC;
}
</style>