Shades of Dark Orchid #B01ADC
Tints of Dark Orchid #B01ADC
RGB
CMYK
RGB Variations
Color information
#B01ADC (or 0xB01ADC) is known color: Dark Orchid. HEX triplet: B0, 1A and DC. RGB value is (176,26,220). Sum of RGB (Red+Green+Blue) = 176+26+220=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B01ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ADC is #4FE523. Grayscale: #5C5C5C. Windows color (decimal): -5236004 or 14424752. OLE color: 14424752.
HSL color Cylindrical-coordinate representation of color #B01ADC: hue angle of 286.39º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01ADC is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 26 | 220 | - |
| CMYK | 0.2 | 0.88 | 0 | 0.14 |
| HSL | 286.39º | 0.79% | 0.48% | - |
| HSV(B) | 286.39º | 0.88% | 0.86% | - |
| XYZ | 31.19 | 15.14 | 68.99 | - |
| YUV | 92.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 220 | 0.2 | 0.88 | 0 | 0.14 | 286.39 | 0.79 | 0.48 |
| Hex | B0 | 1A | DC | 14 | 58 | 0 | E | 11E | 4F | 30 |
| Octal | 260 | 32 | 334 | 24 | 130 | 0 | 16 | 436 | 117 | 60 |
| Binary | 10110000 | 11010 | 11011100 | 10100 | 1011000 | 0 | 1110 | 100011110 | 1001111 | 110000 |
Color Harmonies of #B01ADC
Complementary color
Monochromatic Colors of #B01ADC
Black with #B01ADC
Text Example
Text Example
White with #B01ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ADC; }
p { color: rgb(176,26,220); }
H1.HeaderClassName
{
color: #B01ADC;
}
.AnyTagClassName
{
color: #B01ADC;
}
</style>
background-color css
<style>
a { background-color: #B01ADC; }
a { background-color: rgb(176,26,220); }
div.DivClassName
{
background-color: #B01ADC;
}
.BgClassName
{
background-color: #B01ADC;
}
</style>
border-color css
<style>
span { border-color: #B01ADC; }
span { border-color: rgb(176,26,220); }
td.TdClassName
{
border-color: #B01ADC;
}
.TagClassName
{
border-color: #B01ADC;
}
</style>