Shades of Dark Orchid #B92CCE
Tints of Dark Orchid #B92CCE
RGB
CMYK
RGB Variations
Color information
#B92CCE (or 0xB92CCE) is known color: Dark Orchid. HEX triplet: B9, 2C and CE. RGB value is (185,44,206). Sum of RGB (Red+Green+Blue) = 185+44+206=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CCE is #46D331. Grayscale: #686868. Windows color (decimal): -4641586 or 13511865. OLE color: 13511865.
HSL color Cylindrical-coordinate representation of color #B92CCE: hue angle of 292.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92CCE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 44 | 206 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.19 |
| HSL | 292.22º | 0.65% | 0.49% | - |
| HSV(B) | 292.22º | 0.79% | 0.81% | - |
| XYZ | 32.05 | 16.57 | 59.9 | - |
| YUV | 104.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 206 | 0.10 | 0.79 | 0 | 0.19 | 292.22 | 0.65 | 0.49 |
| Hex | B9 | 2C | CE | A | 4F | 0 | 13 | 124 | 41 | 31 |
| Octal | 271 | 54 | 316 | 12 | 117 | 0 | 23 | 444 | 101 | 61 |
| Binary | 10111001 | 101100 | 11001110 | 1010 | 1001111 | 0 | 10011 | 100100100 | 1000001 | 110001 |
Color Harmonies of #B92CCE
Complementary color
Monochromatic Colors of #B92CCE
Black with #B92CCE
Text Example
Text Example
White with #B92CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CCE; }
p { color: rgb(185,44,206); }
H1.HeaderClassName
{
color: #B92CCE;
}
.AnyTagClassName
{
color: #B92CCE;
}
</style>
background-color css
<style>
a { background-color: #B92CCE; }
a { background-color: rgb(185,44,206); }
div.DivClassName
{
background-color: #B92CCE;
}
.BgClassName
{
background-color: #B92CCE;
}
</style>
border-color css
<style>
span { border-color: #B92CCE; }
span { border-color: rgb(185,44,206); }
td.TdClassName
{
border-color: #B92CCE;
}
.TagClassName
{
border-color: #B92CCE;
}
</style>