Shades of Dark Orchid #B11BDB
Tints of Dark Orchid #B11BDB
RGB
CMYK
RGB Variations
Color information
#B11BDB (or 0xB11BDB) is known color: Dark Orchid. HEX triplet: B1, 1B and DB. RGB value is (177,27,219). Sum of RGB (Red+Green+Blue) = 177+27+219=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B11BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BDB is #4EE424. Grayscale: #5D5D5D. Windows color (decimal): -5170213 or 14359473. OLE color: 14359473.
HSL color Cylindrical-coordinate representation of color #B11BDB: hue angle of 286.88º degrees, saturation: 0.78, 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 #B11BDB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 27 | 219 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.14 |
| HSL | 286.88º | 0.78% | 0.48% | - |
| HSV(B) | 286.88º | 0.88% | 0.86% | - |
| XYZ | 31.31 | 15.25 | 68.31 | - |
| YUV | 93.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 219 | 0.19 | 0.88 | 0 | 0.14 | 286.88 | 0.78 | 0.48 |
| Hex | B1 | 1B | DB | 13 | 58 | 0 | E | 11F | 4E | 30 |
| Octal | 261 | 33 | 333 | 23 | 130 | 0 | 16 | 437 | 116 | 60 |
| Binary | 10110001 | 11011 | 11011011 | 10011 | 1011000 | 0 | 1110 | 100011111 | 1001110 | 110000 |
Color Harmonies of #B11BDB
Complementary color
Monochromatic Colors of #B11BDB
Black with #B11BDB
Text Example
Text Example
White with #B11BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BDB; }
p { color: rgb(177,27,219); }
H1.HeaderClassName
{
color: #B11BDB;
}
.AnyTagClassName
{
color: #B11BDB;
}
</style>
background-color css
<style>
a { background-color: #B11BDB; }
a { background-color: rgb(177,27,219); }
div.DivClassName
{
background-color: #B11BDB;
}
.BgClassName
{
background-color: #B11BDB;
}
</style>
border-color css
<style>
span { border-color: #B11BDB; }
span { border-color: rgb(177,27,219); }
td.TdClassName
{
border-color: #B11BDB;
}
.TagClassName
{
border-color: #B11BDB;
}
</style>