Shades of Dark Orchid #B11DCE
Tints of Dark Orchid #B11DCE
RGB
CMYK
RGB Variations
Color information
#B11DCE (or 0xB11DCE) is known color: Dark Orchid. HEX triplet: B1, 1D and CE. RGB value is (177,29,206). Sum of RGB (Red+Green+Blue) = 177+29+206=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B11DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DCE is #4EE231. Grayscale: #5C5C5C. Windows color (decimal): -5169714 or 13508017. OLE color: 13508017.
HSL color Cylindrical-coordinate representation of color #B11DCE: hue angle of 290.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11DCE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 29 | 206 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.19 |
| HSL | 290.17º | 0.75% | 0.46% | - |
| HSV(B) | 290.17º | 0.86% | 0.81% | - |
| XYZ | 29.71 | 14.68 | 59.66 | - |
| YUV | 93.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 206 | 0.14 | 0.86 | 0 | 0.19 | 290.17 | 0.75 | 0.46 |
| Hex | B1 | 1D | CE | E | 56 | 0 | 13 | 122 | 4B | 2E |
| Octal | 261 | 35 | 316 | 16 | 126 | 0 | 23 | 442 | 113 | 56 |
| Binary | 10110001 | 11101 | 11001110 | 1110 | 1010110 | 0 | 10011 | 100100010 | 1001011 | 101110 |
Color Harmonies of #B11DCE
Complementary color
Monochromatic Colors of #B11DCE
Black with #B11DCE
Text Example
Text Example
White with #B11DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DCE; }
p { color: rgb(177,29,206); }
H1.HeaderClassName
{
color: #B11DCE;
}
.AnyTagClassName
{
color: #B11DCE;
}
</style>
background-color css
<style>
a { background-color: #B11DCE; }
a { background-color: rgb(177,29,206); }
div.DivClassName
{
background-color: #B11DCE;
}
.BgClassName
{
background-color: #B11DCE;
}
</style>
border-color css
<style>
span { border-color: #B11DCE; }
span { border-color: rgb(177,29,206); }
td.TdClassName
{
border-color: #B11DCE;
}
.TagClassName
{
border-color: #B11DCE;
}
</style>