Shades of Dark Orchid #B032CA
Tints of Dark Orchid #B032CA
RGB
CMYK
RGB Variations
Color information
#B032CA (or 0xB032CA) is known color: Dark Orchid. HEX triplet: B0, 32 and CA. RGB value is (176,50,202). Sum of RGB (Red+Green+Blue) = 176+50+202=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #B032CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032CA is #4FCD35. Grayscale: #686868. Windows color (decimal): -5229878 or 13251248. OLE color: 13251248.
HSL color Cylindrical-coordinate representation of color #B032CA: hue angle of 289.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B032CA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 50 | 202 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.21 |
| HSL | 289.74º | 0.6% | 0.49% | - |
| HSV(B) | 289.74º | 0.75% | 0.79% | - |
| XYZ | 29.71 | 15.78 | 57.36 | - |
| YUV | 105 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 202 | 0.13 | 0.75 | 0 | 0.21 | 289.74 | 0.6 | 0.49 |
| Hex | B0 | 32 | CA | D | 4B | 0 | 15 | 122 | 3C | 31 |
| Octal | 260 | 62 | 312 | 15 | 113 | 0 | 25 | 442 | 74 | 61 |
| Binary | 10110000 | 110010 | 11001010 | 1101 | 1001011 | 0 | 10101 | 100100010 | 111100 | 110001 |
Color Harmonies of #B032CA
Complementary color
Monochromatic Colors of #B032CA
Black with #B032CA
Text Example
Text Example
White with #B032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032CA; }
p { color: rgb(176,50,202); }
H1.HeaderClassName
{
color: #B032CA;
}
.AnyTagClassName
{
color: #B032CA;
}
</style>
background-color css
<style>
a { background-color: #B032CA; }
a { background-color: rgb(176,50,202); }
div.DivClassName
{
background-color: #B032CA;
}
.BgClassName
{
background-color: #B032CA;
}
</style>
border-color css
<style>
span { border-color: #B032CA; }
span { border-color: rgb(176,50,202); }
td.TdClassName
{
border-color: #B032CA;
}
.TagClassName
{
border-color: #B032CA;
}
</style>