Shades of Dark Orchid #B01CBB
Tints of Dark Orchid #B01CBB
RGB
CMYK
RGB Variations
Color information
#B01CBB (or 0xB01CBB) is known color: Dark Orchid. HEX triplet: B0, 1C and BB. RGB value is (176,28,187). Sum of RGB (Red+Green+Blue) = 176+28+187=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #B01CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CBB is #4FE344. Grayscale: #595959. Windows color (decimal): -5235525 or 12262576. OLE color: 12262576.
HSL color Cylindrical-coordinate representation of color #B01CBB: hue angle of 295.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01CBB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 28 | 187 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.27 |
| HSL | 295.85º | 0.74% | 0.42% | - |
| HSV(B) | 295.85º | 0.85% | 0.73% | - |
| XYZ | 27.29 | 13.65 | 48.21 | - |
| YUV | 90.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 187 | 0.06 | 0.85 | 0 | 0.27 | 295.85 | 0.74 | 0.42 |
| Hex | B0 | 1C | BB | 6 | 55 | 0 | 1B | 128 | 4A | 2A |
| Octal | 260 | 34 | 273 | 6 | 125 | 0 | 33 | 450 | 112 | 52 |
| Binary | 10110000 | 11100 | 10111011 | 110 | 1010101 | 0 | 11011 | 100101000 | 1001010 | 101010 |
Color Harmonies of #B01CBB
Complementary color
Monochromatic Colors of #B01CBB
Black with #B01CBB
Text Example
Text Example
White with #B01CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CBB; }
p { color: rgb(176,28,187); }
H1.HeaderClassName
{
color: #B01CBB;
}
.AnyTagClassName
{
color: #B01CBB;
}
</style>
background-color css
<style>
a { background-color: #B01CBB; }
a { background-color: rgb(176,28,187); }
div.DivClassName
{
background-color: #B01CBB;
}
.BgClassName
{
background-color: #B01CBB;
}
</style>
border-color css
<style>
span { border-color: #B01CBB; }
span { border-color: rgb(176,28,187); }
td.TdClassName
{
border-color: #B01CBB;
}
.TagClassName
{
border-color: #B01CBB;
}
</style>