Shades of Dark Orchid #B92DCE
Tints of Dark Orchid #B92DCE
RGB
CMYK
RGB Variations
Color information
#B92DCE (or 0xB92DCE) is known color: Dark Orchid. HEX triplet: B9, 2D and CE. RGB value is (185,45,206). Sum of RGB (Red+Green+Blue) = 185+45+206=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B92DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DCE is #46D231. Grayscale: #686868. Windows color (decimal): -4641330 or 13512121. OLE color: 13512121.
HSL color Cylindrical-coordinate representation of color #B92DCE: hue angle of 292.17º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92DCE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 45 | 206 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.19 |
| HSL | 292.17º | 0.64% | 0.49% | - |
| HSV(B) | 292.17º | 0.78% | 0.81% | - |
| XYZ | 32.09 | 16.65 | 59.91 | - |
| YUV | 105.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 206 | 0.10 | 0.78 | 0 | 0.19 | 292.17 | 0.64 | 0.49 |
| Hex | B9 | 2D | CE | A | 4E | 0 | 13 | 124 | 40 | 31 |
| Octal | 271 | 55 | 316 | 12 | 116 | 0 | 23 | 444 | 100 | 61 |
| Binary | 10111001 | 101101 | 11001110 | 1010 | 1001110 | 0 | 10011 | 100100100 | 1000000 | 110001 |
Color Harmonies of #B92DCE
Complementary color
Monochromatic Colors of #B92DCE
Black with #B92DCE
Text Example
Text Example
White with #B92DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92DCE; }
p { color: rgb(185,45,206); }
H1.HeaderClassName
{
color: #B92DCE;
}
.AnyTagClassName
{
color: #B92DCE;
}
</style>
background-color css
<style>
a { background-color: #B92DCE; }
a { background-color: rgb(185,45,206); }
div.DivClassName
{
background-color: #B92DCE;
}
.BgClassName
{
background-color: #B92DCE;
}
</style>
border-color css
<style>
span { border-color: #B92DCE; }
span { border-color: rgb(185,45,206); }
td.TdClassName
{
border-color: #B92DCE;
}
.TagClassName
{
border-color: #B92DCE;
}
</style>