Shades of Dark Orchid #B11ED5
Tints of Dark Orchid #B11ED5
RGB
CMYK
RGB Variations
Color information
#B11ED5 (or 0xB11ED5) is known color: Dark Orchid. HEX triplet: B1, 1E and D5. RGB value is (177,30,213). Sum of RGB (Red+Green+Blue) = 177+30+213=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #B11ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ED5 is #4EE12A. Grayscale: #5E5E5E. Windows color (decimal): -5169451 or 13967025. OLE color: 13967025.
HSL color Cylindrical-coordinate representation of color #B11ED5: hue angle of 288.2º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11ED5 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 30 | 213 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.16 |
| HSL | 288.2º | 0.75% | 0.48% | - |
| HSV(B) | 288.2º | 0.86% | 0.84% | - |
| XYZ | 30.61 | 15.08 | 64.25 | - |
| YUV | 94.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 213 | 0.17 | 0.86 | 0 | 0.16 | 288.2 | 0.75 | 0.48 |
| Hex | B1 | 1E | D5 | 11 | 56 | 0 | 10 | 120 | 4B | 30 |
| Octal | 261 | 36 | 325 | 21 | 126 | 0 | 20 | 440 | 113 | 60 |
| Binary | 10110001 | 11110 | 11010101 | 10001 | 1010110 | 0 | 10000 | 100100000 | 1001011 | 110000 |
Color Harmonies of #B11ED5
Complementary color
Monochromatic Colors of #B11ED5
Black with #B11ED5
Text Example
Text Example
White with #B11ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11ED5; }
p { color: rgb(177,30,213); }
H1.HeaderClassName
{
color: #B11ED5;
}
.AnyTagClassName
{
color: #B11ED5;
}
</style>
background-color css
<style>
a { background-color: #B11ED5; }
a { background-color: rgb(177,30,213); }
div.DivClassName
{
background-color: #B11ED5;
}
.BgClassName
{
background-color: #B11ED5;
}
</style>
border-color css
<style>
span { border-color: #B11ED5; }
span { border-color: rgb(177,30,213); }
td.TdClassName
{
border-color: #B11ED5;
}
.TagClassName
{
border-color: #B11ED5;
}
</style>