Shades of Dark Orchid #B032CF
Tints of Dark Orchid #B032CF
RGB
CMYK
RGB Variations
Color information
#B032CF (or 0xB032CF) is known color: Dark Orchid. HEX triplet: B0, 32 and CF. RGB value is (176,50,207). Sum of RGB (Red+Green+Blue) = 176+50+207=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B032CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032CF is #4FCD30. Grayscale: #696969. Windows color (decimal): -5229873 or 13578928. OLE color: 13578928.
HSL color Cylindrical-coordinate representation of color #B032CF: hue angle of 288.15º degrees, saturation: 0.62, 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 #B032CF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 50 | 207 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.19 |
| HSL | 288.15º | 0.62% | 0.5% | - |
| HSV(B) | 288.15º | 0.76% | 0.81% | - |
| XYZ | 30.31 | 16.02 | 60.53 | - |
| YUV | 105.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 207 | 0.15 | 0.76 | 0 | 0.19 | 288.15 | 0.62 | 0.5 |
| Hex | B0 | 32 | CF | F | 4C | 0 | 13 | 120 | 3E | 32 |
| Octal | 260 | 62 | 317 | 17 | 114 | 0 | 23 | 440 | 76 | 62 |
| Binary | 10110000 | 110010 | 11001111 | 1111 | 1001100 | 0 | 10011 | 100100000 | 111110 | 110010 |
Color Harmonies of #B032CF
Complementary color
Monochromatic Colors of #B032CF
Black with #B032CF
Text Example
Text Example
White with #B032CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032CF; }
p { color: rgb(176,50,207); }
H1.HeaderClassName
{
color: #B032CF;
}
.AnyTagClassName
{
color: #B032CF;
}
</style>
background-color css
<style>
a { background-color: #B032CF; }
a { background-color: rgb(176,50,207); }
div.DivClassName
{
background-color: #B032CF;
}
.BgClassName
{
background-color: #B032CF;
}
</style>
border-color css
<style>
span { border-color: #B032CF; }
span { border-color: rgb(176,50,207); }
td.TdClassName
{
border-color: #B032CF;
}
.TagClassName
{
border-color: #B032CF;
}
</style>