Shades of Dark Orchid #B92FCE
Tints of Dark Orchid #B92FCE
RGB
CMYK
RGB Variations
Color information
#B92FCE (or 0xB92FCE) is known color: Dark Orchid. HEX triplet: B9, 2F and CE. RGB value is (185,47,206). Sum of RGB (Red+Green+Blue) = 185+47+206=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FCE is #46D031. Grayscale: #696969. Windows color (decimal): -4640818 or 13512633. OLE color: 13512633.
HSL color Cylindrical-coordinate representation of color #B92FCE: hue angle of 292.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92FCE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 47 | 206 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.19 |
| HSL | 292.08º | 0.63% | 0.5% | - |
| HSV(B) | 292.08º | 0.77% | 0.81% | - |
| XYZ | 32.16 | 16.8 | 59.94 | - |
| YUV | 106.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 206 | 0.10 | 0.77 | 0 | 0.19 | 292.08 | 0.63 | 0.5 |
| Hex | B9 | 2F | CE | A | 4D | 0 | 13 | 124 | 3F | 32 |
| Octal | 271 | 57 | 316 | 12 | 115 | 0 | 23 | 444 | 77 | 62 |
| Binary | 10111001 | 101111 | 11001110 | 1010 | 1001101 | 0 | 10011 | 100100100 | 111111 | 110010 |
Color Harmonies of #B92FCE
Complementary color
Monochromatic Colors of #B92FCE
Black with #B92FCE
Text Example
Text Example
White with #B92FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FCE; }
p { color: rgb(185,47,206); }
H1.HeaderClassName
{
color: #B92FCE;
}
.AnyTagClassName
{
color: #B92FCE;
}
</style>
background-color css
<style>
a { background-color: #B92FCE; }
a { background-color: rgb(185,47,206); }
div.DivClassName
{
background-color: #B92FCE;
}
.BgClassName
{
background-color: #B92FCE;
}
</style>
border-color css
<style>
span { border-color: #B92FCE; }
span { border-color: rgb(185,47,206); }
td.TdClassName
{
border-color: #B92FCE;
}
.TagClassName
{
border-color: #B92FCE;
}
</style>