Shades of Dark Orchid #B11ECC
Tints of Dark Orchid #B11ECC
RGB
CMYK
RGB Variations
Color information
#B11ECC (or 0xB11ECC) is known color: Dark Orchid. HEX triplet: B1, 1E and CC. RGB value is (177,30,204). Sum of RGB (Red+Green+Blue) = 177+30+204=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #B11ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ECC is #4EE133. Grayscale: #5D5D5D. Windows color (decimal): -5169460 or 13377201. OLE color: 13377201.
HSL color Cylindrical-coordinate representation of color #B11ECC: hue angle of 290.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11ECC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 30 | 204 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.2 |
| HSL | 290.69º | 0.74% | 0.46% | - |
| HSV(B) | 290.69º | 0.85% | 0.8% | - |
| XYZ | 29.49 | 14.64 | 58.4 | - |
| YUV | 93.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 204 | 0.13 | 0.85 | 0 | 0.2 | 290.69 | 0.74 | 0.46 |
| Hex | B1 | 1E | CC | D | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 261 | 36 | 314 | 15 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110001 | 11110 | 11001100 | 1101 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B11ECC
Complementary color
Monochromatic Colors of #B11ECC
Black with #B11ECC
Text Example
Text Example
White with #B11ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11ECC; }
p { color: rgb(177,30,204); }
H1.HeaderClassName
{
color: #B11ECC;
}
.AnyTagClassName
{
color: #B11ECC;
}
</style>
background-color css
<style>
a { background-color: #B11ECC; }
a { background-color: rgb(177,30,204); }
div.DivClassName
{
background-color: #B11ECC;
}
.BgClassName
{
background-color: #B11ECC;
}
</style>
border-color css
<style>
span { border-color: #B11ECC; }
span { border-color: rgb(177,30,204); }
td.TdClassName
{
border-color: #B11ECC;
}
.TagClassName
{
border-color: #B11ECC;
}
</style>