Shades of Dark Orchid #B01ACE
Tints of Dark Orchid #B01ACE
RGB
CMYK
RGB Variations
Color information
#B01ACE (or 0xB01ACE) is known color: Dark Orchid. HEX triplet: B0, 1A and CE. RGB value is (176,26,206). Sum of RGB (Red+Green+Blue) = 176+26+206=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B01ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ACE is #4FE531. Grayscale: #5A5A5A. Windows color (decimal): -5236018 or 13507248. OLE color: 13507248.
HSL color Cylindrical-coordinate representation of color #B01ACE: hue angle of 290º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01ACE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 26 | 206 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.19 |
| HSL | 290º | 0.78% | 0.45% | - |
| HSV(B) | 290º | 0.87% | 0.81% | - |
| XYZ | 29.41 | 14.43 | 59.63 | - |
| YUV | 91.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 206 | 0.15 | 0.87 | 0 | 0.19 | 290 | 0.78 | 0.45 |
| Hex | B0 | 1A | CE | F | 57 | 0 | 13 | 122 | 4E | 2D |
| Octal | 260 | 32 | 316 | 17 | 127 | 0 | 23 | 442 | 116 | 55 |
| Binary | 10110000 | 11010 | 11001110 | 1111 | 1010111 | 0 | 10011 | 100100010 | 1001110 | 101101 |
Color Harmonies of #B01ACE
Complementary color
Monochromatic Colors of #B01ACE
Black with #B01ACE
Text Example
Text Example
White with #B01ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ACE; }
p { color: rgb(176,26,206); }
H1.HeaderClassName
{
color: #B01ACE;
}
.AnyTagClassName
{
color: #B01ACE;
}
</style>
background-color css
<style>
a { background-color: #B01ACE; }
a { background-color: rgb(176,26,206); }
div.DivClassName
{
background-color: #B01ACE;
}
.BgClassName
{
background-color: #B01ACE;
}
</style>
border-color css
<style>
span { border-color: #B01ACE; }
span { border-color: rgb(176,26,206); }
td.TdClassName
{
border-color: #B01ACE;
}
.TagClassName
{
border-color: #B01ACE;
}
</style>