Shades of Dark Orchid #B11ADB
Tints of Dark Orchid #B11ADB
RGB
CMYK
RGB Variations
Color information
#B11ADB (or 0xB11ADB) is known color: Dark Orchid. HEX triplet: B1, 1A and DB. RGB value is (177,26,219). Sum of RGB (Red+Green+Blue) = 177+26+219=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B11ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ADB is #4EE524. Grayscale: #5C5C5C. Windows color (decimal): -5170469 or 14359217. OLE color: 14359217.
HSL color Cylindrical-coordinate representation of color #B11ADB: hue angle of 286.94º 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 #B11ADB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 26 | 219 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.14 |
| HSL | 286.94º | 0.79% | 0.48% | - |
| HSV(B) | 286.94º | 0.88% | 0.86% | - |
| XYZ | 31.29 | 15.2 | 68.3 | - |
| YUV | 93.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 219 | 0.19 | 0.88 | 0 | 0.14 | 286.94 | 0.79 | 0.48 |
| Hex | B1 | 1A | DB | 13 | 58 | 0 | E | 11F | 4F | 30 |
| Octal | 261 | 32 | 333 | 23 | 130 | 0 | 16 | 437 | 117 | 60 |
| Binary | 10110001 | 11010 | 11011011 | 10011 | 1011000 | 0 | 1110 | 100011111 | 1001111 | 110000 |
Color Harmonies of #B11ADB
Complementary color
Monochromatic Colors of #B11ADB
Black with #B11ADB
Text Example
Text Example
White with #B11ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11ADB; }
p { color: rgb(177,26,219); }
H1.HeaderClassName
{
color: #B11ADB;
}
.AnyTagClassName
{
color: #B11ADB;
}
</style>
background-color css
<style>
a { background-color: #B11ADB; }
a { background-color: rgb(177,26,219); }
div.DivClassName
{
background-color: #B11ADB;
}
.BgClassName
{
background-color: #B11ADB;
}
</style>
border-color css
<style>
span { border-color: #B11ADB; }
span { border-color: rgb(177,26,219); }
td.TdClassName
{
border-color: #B11ADB;
}
.TagClassName
{
border-color: #B11ADB;
}
</style>