Shades of Dark Orchid #B11DBB
Tints of Dark Orchid #B11DBB
RGB
CMYK
RGB Variations
Color information
#B11DBB (or 0xB11DBB) is known color: Dark Orchid. HEX triplet: B1, 1D and BB. RGB value is (177,29,187). Sum of RGB (Red+Green+Blue) = 177+29+187=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B11DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DBB is #4EE244. Grayscale: #5A5A5A. Windows color (decimal): -5169733 or 12262833. OLE color: 12262833.
HSL color Cylindrical-coordinate representation of color #B11DBB: hue angle of 296.2º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11DBB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 29 | 187 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.27 |
| HSL | 296.2º | 0.73% | 0.42% | - |
| HSV(B) | 296.2º | 0.84% | 0.73% | - |
| XYZ | 27.54 | 13.81 | 48.23 | - |
| YUV | 91.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 187 | 0.05 | 0.84 | 0 | 0.27 | 296.2 | 0.73 | 0.42 |
| Hex | B1 | 1D | BB | 5 | 54 | 0 | 1B | 128 | 49 | 2A |
| Octal | 261 | 35 | 273 | 5 | 124 | 0 | 33 | 450 | 111 | 52 |
| Binary | 10110001 | 11101 | 10111011 | 101 | 1010100 | 0 | 11011 | 100101000 | 1001001 | 101010 |
Color Harmonies of #B11DBB
Complementary color
Monochromatic Colors of #B11DBB
Black with #B11DBB
Text Example
Text Example
White with #B11DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DBB; }
p { color: rgb(177,29,187); }
H1.HeaderClassName
{
color: #B11DBB;
}
.AnyTagClassName
{
color: #B11DBB;
}
</style>
background-color css
<style>
a { background-color: #B11DBB; }
a { background-color: rgb(177,29,187); }
div.DivClassName
{
background-color: #B11DBB;
}
.BgClassName
{
background-color: #B11DBB;
}
</style>
border-color css
<style>
span { border-color: #B11DBB; }
span { border-color: rgb(177,29,187); }
td.TdClassName
{
border-color: #B11DBB;
}
.TagClassName
{
border-color: #B11DBB;
}
</style>