Shades of Dark Orchid #B01CCB
Tints of Dark Orchid #B01CCB
RGB
CMYK
RGB Variations
Color information
#B01CCB (or 0xB01CCB) is known color: Dark Orchid. HEX triplet: B0, 1C and CB. RGB value is (176,28,203). Sum of RGB (Red+Green+Blue) = 176+28+203=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B01CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CCB is #4FE334. Grayscale: #5B5B5B. Windows color (decimal): -5235509 or 13311152. OLE color: 13311152.
HSL color Cylindrical-coordinate representation of color #B01CCB: hue angle of 290.74º 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 #B01CCB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 28 | 203 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.20 |
| HSL | 290.74º | 0.76% | 0.45% | - |
| HSV(B) | 290.74º | 0.86% | 0.8% | - |
| XYZ | 29.1 | 14.37 | 57.74 | - |
| YUV | 92.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 203 | 0.13 | 0.86 | 0 | 0.20 | 290.74 | 0.76 | 0.45 |
| Hex | B0 | 1C | CB | D | 56 | 0 | 14 | 123 | 4C | 2D |
| Octal | 260 | 34 | 313 | 15 | 126 | 0 | 24 | 443 | 114 | 55 |
| Binary | 10110000 | 11100 | 11001011 | 1101 | 1010110 | 0 | 10100 | 100100011 | 1001100 | 101101 |
Color Harmonies of #B01CCB
Complementary color
Monochromatic Colors of #B01CCB
Black with #B01CCB
Text Example
Text Example
White with #B01CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CCB; }
p { color: rgb(176,28,203); }
H1.HeaderClassName
{
color: #B01CCB;
}
.AnyTagClassName
{
color: #B01CCB;
}
</style>
background-color css
<style>
a { background-color: #B01CCB; }
a { background-color: rgb(176,28,203); }
div.DivClassName
{
background-color: #B01CCB;
}
.BgClassName
{
background-color: #B01CCB;
}
</style>
border-color css
<style>
span { border-color: #B01CCB; }
span { border-color: rgb(176,28,203); }
td.TdClassName
{
border-color: #B01CCB;
}
.TagClassName
{
border-color: #B01CCB;
}
</style>