Shades of Dark Orchid #B01CC0
Tints of Dark Orchid #B01CC0
RGB
CMYK
RGB Variations
Color information
#B01CC0 (or 0xB01CC0) is known color: Dark Orchid. HEX triplet: B0, 1C and C0. RGB value is (176,28,192). Sum of RGB (Red+Green+Blue) = 176+28+192=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #B01CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CC0 is #4FE33F. Grayscale: #5A5A5A. Windows color (decimal): -5235520 or 12590256. OLE color: 12590256.
HSL color Cylindrical-coordinate representation of color #B01CC0: hue angle of 294.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01CC0 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 28 | 192 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.25 |
| HSL | 294.15º | 0.75% | 0.43% | - |
| HSV(B) | 294.15º | 0.85% | 0.75% | - |
| XYZ | 27.83 | 13.87 | 51.08 | - |
| YUV | 90.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 192 | 0.08 | 0.85 | 0 | 0.25 | 294.15 | 0.75 | 0.43 |
| Hex | B0 | 1C | C0 | 8 | 55 | 0 | 19 | 126 | 4B | 2B |
| Octal | 260 | 34 | 300 | 10 | 125 | 0 | 31 | 446 | 113 | 53 |
| Binary | 10110000 | 11100 | 11000000 | 1000 | 1010101 | 0 | 11001 | 100100110 | 1001011 | 101011 |
Color Harmonies of #B01CC0
Complementary color
Monochromatic Colors of #B01CC0
Black with #B01CC0
Text Example
Text Example
White with #B01CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CC0; }
p { color: rgb(176,28,192); }
H1.HeaderClassName
{
color: #B01CC0;
}
.AnyTagClassName
{
color: #B01CC0;
}
</style>
background-color css
<style>
a { background-color: #B01CC0; }
a { background-color: rgb(176,28,192); }
div.DivClassName
{
background-color: #B01CC0;
}
.BgClassName
{
background-color: #B01CC0;
}
</style>
border-color css
<style>
span { border-color: #B01CC0; }
span { border-color: rgb(176,28,192); }
td.TdClassName
{
border-color: #B01CC0;
}
.TagClassName
{
border-color: #B01CC0;
}
</style>