Shades of Dark Orchid #B01CCC
Tints of Dark Orchid #B01CCC
RGB
CMYK
RGB Variations
Color information
#B01CCC (or 0xB01CCC) is known color: Dark Orchid. HEX triplet: B0, 1C and CC. RGB value is (176,28,204). Sum of RGB (Red+Green+Blue) = 176+28+204=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B01CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CCC is #4FE333. Grayscale: #5B5B5B. Windows color (decimal): -5235508 or 13376688. OLE color: 13376688.
HSL color Cylindrical-coordinate representation of color #B01CCC: hue angle of 290.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01CCC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 28 | 204 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.2 |
| HSL | 290.45º | 0.76% | 0.45% | - |
| HSV(B) | 290.45º | 0.86% | 0.8% | - |
| XYZ | 29.22 | 14.42 | 58.37 | - |
| YUV | 92.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 204 | 0.14 | 0.86 | 0 | 0.2 | 290.45 | 0.76 | 0.45 |
| Hex | B0 | 1C | CC | E | 56 | 0 | 14 | 122 | 4C | 2D |
| Octal | 260 | 34 | 314 | 16 | 126 | 0 | 24 | 442 | 114 | 55 |
| Binary | 10110000 | 11100 | 11001100 | 1110 | 1010110 | 0 | 10100 | 100100010 | 1001100 | 101101 |
Color Harmonies of #B01CCC
Complementary color
Monochromatic Colors of #B01CCC
Black with #B01CCC
Text Example
Text Example
White with #B01CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CCC; }
p { color: rgb(176,28,204); }
H1.HeaderClassName
{
color: #B01CCC;
}
.AnyTagClassName
{
color: #B01CCC;
}
</style>
background-color css
<style>
a { background-color: #B01CCC; }
a { background-color: rgb(176,28,204); }
div.DivClassName
{
background-color: #B01CCC;
}
.BgClassName
{
background-color: #B01CCC;
}
</style>
border-color css
<style>
span { border-color: #B01CCC; }
span { border-color: rgb(176,28,204); }
td.TdClassName
{
border-color: #B01CCC;
}
.TagClassName
{
border-color: #B01CCC;
}
</style>