Shades of Dark Orchid #B032CE
Tints of Dark Orchid #B032CE
RGB
CMYK
RGB Variations
Color information
#B032CE (or 0xB032CE) is known color: Dark Orchid. HEX triplet: B0, 32 and CE. RGB value is (176,50,206). Sum of RGB (Red+Green+Blue) = 176+50+206=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #B032CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032CE is #4FCD31. Grayscale: #686868. Windows color (decimal): -5229874 or 13513392. OLE color: 13513392.
HSL color Cylindrical-coordinate representation of color #B032CE: hue angle of 288.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B032CE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 50 | 206 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 288.46º | 0.61% | 0.5% | - |
| HSV(B) | 288.46º | 0.76% | 0.81% | - |
| XYZ | 30.19 | 15.97 | 59.88 | - |
| YUV | 105.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 206 | 0.15 | 0.76 | 0 | 0.19 | 288.46 | 0.61 | 0.5 |
| Hex | B0 | 32 | CE | F | 4C | 0 | 13 | 120 | 3D | 32 |
| Octal | 260 | 62 | 316 | 17 | 114 | 0 | 23 | 440 | 75 | 62 |
| Binary | 10110000 | 110010 | 11001110 | 1111 | 1001100 | 0 | 10011 | 100100000 | 111101 | 110010 |
Color Harmonies of #B032CE
Complementary color
Monochromatic Colors of #B032CE
Black with #B032CE
Text Example
Text Example
White with #B032CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032CE; }
p { color: rgb(176,50,206); }
H1.HeaderClassName
{
color: #B032CE;
}
.AnyTagClassName
{
color: #B032CE;
}
</style>
background-color css
<style>
a { background-color: #B032CE; }
a { background-color: rgb(176,50,206); }
div.DivClassName
{
background-color: #B032CE;
}
.BgClassName
{
background-color: #B032CE;
}
</style>
border-color css
<style>
span { border-color: #B032CE; }
span { border-color: rgb(176,50,206); }
td.TdClassName
{
border-color: #B032CE;
}
.TagClassName
{
border-color: #B032CE;
}
</style>