Shades of Dark Orchid #B11EE6
Tints of Dark Orchid #B11EE6
RGB
CMYK
RGB Variations
Color information
#B11EE6 (or 0xB11EE6) is known color: Dark Orchid. HEX triplet: B1, 1E and E6. RGB value is (177,30,230). Sum of RGB (Red+Green+Blue) = 177+30+230=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #B11EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11EE6 is #4EE119. Grayscale: #606060. Windows color (decimal): -5169434 or 15081137. OLE color: 15081137.
HSL color Cylindrical-coordinate representation of color #B11EE6: hue angle of 284.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11EE6 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 30 | 230 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.10 |
| HSL | 284.1º | 0.8% | 0.51% | - |
| HSV(B) | 284.1º | 0.87% | 0.9% | - |
| XYZ | 32.88 | 15.99 | 76.22 | - |
| YUV | 96.75 | 203.2 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 230 | 0.23 | 0.87 | 0 | 0.10 | 284.1 | 0.8 | 0.51 |
| Hex | B1 | 1E | E6 | 17 | 57 | 0 | A | 11C | 50 | 33 |
| Octal | 261 | 36 | 346 | 27 | 127 | 0 | 12 | 434 | 120 | 63 |
| Binary | 10110001 | 11110 | 11100110 | 10111 | 1010111 | 0 | 1010 | 100011100 | 1010000 | 110011 |
Color Harmonies of #B11EE6
Complementary color
Monochromatic Colors of #B11EE6
Black with #B11EE6
Text Example
Text Example
White with #B11EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EE6; }
p { color: rgb(177,30,230); }
H1.HeaderClassName
{
color: #B11EE6;
}
.AnyTagClassName
{
color: #B11EE6;
}
</style>
background-color css
<style>
a { background-color: #B11EE6; }
a { background-color: rgb(177,30,230); }
div.DivClassName
{
background-color: #B11EE6;
}
.BgClassName
{
background-color: #B11EE6;
}
</style>
border-color css
<style>
span { border-color: #B11EE6; }
span { border-color: rgb(177,30,230); }
td.TdClassName
{
border-color: #B11EE6;
}
.TagClassName
{
border-color: #B11EE6;
}
</style>