Shades of Dark Orchid #B01ADB
Tints of Dark Orchid #B01ADB
RGB
CMYK
RGB Variations
Color information
#B01ADB (or 0xB01ADB) is known color: Dark Orchid. HEX triplet: B0, 1A and DB. RGB value is (176,26,219). Sum of RGB (Red+Green+Blue) = 176+26+219=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ADB is #4FE524. Grayscale: #5C5C5C. Windows color (decimal): -5236005 or 14359216. OLE color: 14359216.
HSL color Cylindrical-coordinate representation of color #B01ADB: hue angle of 286.63º 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 #B01ADB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 26 | 219 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.14 |
| HSL | 286.63º | 0.79% | 0.48% | - |
| HSV(B) | 286.63º | 0.88% | 0.86% | - |
| XYZ | 31.06 | 15.08 | 68.29 | - |
| YUV | 92.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 219 | 0.20 | 0.88 | 0 | 0.14 | 286.63 | 0.79 | 0.48 |
| Hex | B0 | 1A | DB | 14 | 58 | 0 | E | 11F | 4F | 30 |
| Octal | 260 | 32 | 333 | 24 | 130 | 0 | 16 | 437 | 117 | 60 |
| Binary | 10110000 | 11010 | 11011011 | 10100 | 1011000 | 0 | 1110 | 100011111 | 1001111 | 110000 |
Color Harmonies of #B01ADB
Complementary color
Monochromatic Colors of #B01ADB
Black with #B01ADB
Text Example
Text Example
White with #B01ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ADB; }
p { color: rgb(176,26,219); }
H1.HeaderClassName
{
color: #B01ADB;
}
.AnyTagClassName
{
color: #B01ADB;
}
</style>
background-color css
<style>
a { background-color: #B01ADB; }
a { background-color: rgb(176,26,219); }
div.DivClassName
{
background-color: #B01ADB;
}
.BgClassName
{
background-color: #B01ADB;
}
</style>
border-color css
<style>
span { border-color: #B01ADB; }
span { border-color: rgb(176,26,219); }
td.TdClassName
{
border-color: #B01ADB;
}
.TagClassName
{
border-color: #B01ADB;
}
</style>