Shades of Dark Orchid #B02CCC
Tints of Dark Orchid #B02CCC
RGB
CMYK
RGB Variations
Color information
#B02CCC (or 0xB02CCC) is known color: Dark Orchid. HEX triplet: B0, 2C and CC. RGB value is (176,44,204). Sum of RGB (Red+Green+Blue) = 176+44+204=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #B02CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CCC is #4FD333. Grayscale: #656565. Windows color (decimal): -5231412 or 13380784. OLE color: 13380784.
HSL color Cylindrical-coordinate representation of color #B02CCC: hue angle of 289.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02CCC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 44 | 204 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.2 |
| HSL | 289.5º | 0.65% | 0.49% | - |
| HSV(B) | 289.5º | 0.78% | 0.8% | - |
| XYZ | 29.7 | 15.39 | 58.53 | - |
| YUV | 101.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 204 | 0.14 | 0.78 | 0 | 0.2 | 289.5 | 0.65 | 0.49 |
| Hex | B0 | 2C | CC | E | 4E | 0 | 14 | 122 | 41 | 31 |
| Octal | 260 | 54 | 314 | 16 | 116 | 0 | 24 | 442 | 101 | 61 |
| Binary | 10110000 | 101100 | 11001100 | 1110 | 1001110 | 0 | 10100 | 100100010 | 1000001 | 110001 |
Color Harmonies of #B02CCC
Complementary color
Monochromatic Colors of #B02CCC
Black with #B02CCC
Text Example
Text Example
White with #B02CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02CCC; }
p { color: rgb(176,44,204); }
H1.HeaderClassName
{
color: #B02CCC;
}
.AnyTagClassName
{
color: #B02CCC;
}
</style>
background-color css
<style>
a { background-color: #B02CCC; }
a { background-color: rgb(176,44,204); }
div.DivClassName
{
background-color: #B02CCC;
}
.BgClassName
{
background-color: #B02CCC;
}
</style>
border-color css
<style>
span { border-color: #B02CCC; }
span { border-color: rgb(176,44,204); }
td.TdClassName
{
border-color: #B02CCC;
}
.TagClassName
{
border-color: #B02CCC;
}
</style>