Shades of Dark Orchid #B11DDB
Tints of Dark Orchid #B11DDB
RGB
CMYK
RGB Variations
Color information
#B11DDB (or 0xB11DDB) is known color: Dark Orchid. HEX triplet: B1, 1D and DB. RGB value is (177,29,219). Sum of RGB (Red+Green+Blue) = 177+29+219=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B11DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DDB is #4EE224. Grayscale: #5E5E5E. Windows color (decimal): -5169701 or 14359985. OLE color: 14359985.
HSL color Cylindrical-coordinate representation of color #B11DDB: hue angle of 286.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11DDB is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 29 | 219 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.14 |
| HSL | 286.74º | 0.77% | 0.49% | - |
| HSV(B) | 286.74º | 0.87% | 0.86% | - |
| XYZ | 31.36 | 15.34 | 68.33 | - |
| YUV | 94.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 219 | 0.19 | 0.87 | 0 | 0.14 | 286.74 | 0.77 | 0.49 |
| Hex | B1 | 1D | DB | 13 | 57 | 0 | E | 11F | 4D | 31 |
| Octal | 261 | 35 | 333 | 23 | 127 | 0 | 16 | 437 | 115 | 61 |
| Binary | 10110001 | 11101 | 11011011 | 10011 | 1010111 | 0 | 1110 | 100011111 | 1001101 | 110001 |
Color Harmonies of #B11DDB
Complementary color
Monochromatic Colors of #B11DDB
Black with #B11DDB
Text Example
Text Example
White with #B11DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DDB; }
p { color: rgb(177,29,219); }
H1.HeaderClassName
{
color: #B11DDB;
}
.AnyTagClassName
{
color: #B11DDB;
}
</style>
background-color css
<style>
a { background-color: #B11DDB; }
a { background-color: rgb(177,29,219); }
div.DivClassName
{
background-color: #B11DDB;
}
.BgClassName
{
background-color: #B11DDB;
}
</style>
border-color css
<style>
span { border-color: #B11DDB; }
span { border-color: rgb(177,29,219); }
td.TdClassName
{
border-color: #B11DDB;
}
.TagClassName
{
border-color: #B11DDB;
}
</style>