Shades of Deep Magenta #B111CE
Tints of Deep Magenta #B111CE
RGB
CMYK
RGB Variations
Color information
#B111CE (or 0xB111CE) is known color: Deep Magenta. HEX triplet: B1, 11 and CE. RGB value is (177,17,206). Sum of RGB (Red+Green+Blue) = 177+17+206=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B111CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111CE is #4EEE31. Grayscale: #555555. Windows color (decimal): -5172786 or 13504945. OLE color: 13504945.
HSL color Cylindrical-coordinate representation of color #B111CE: hue angle of 290.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111CE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 17 | 206 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 290.79º | 0.85% | 0.44% | - |
| HSV(B) | 290.79º | 0.92% | 0.81% | - |
| XYZ | 29.47 | 14.2 | 59.58 | - |
| YUV | 86.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 206 | 0.14 | 0.92 | 0 | 0.19 | 290.79 | 0.85 | 0.44 |
| Hex | B1 | 11 | CE | E | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 261 | 21 | 316 | 16 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110001 | 10001 | 11001110 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B111CE
Complementary color
Monochromatic Colors of #B111CE
Black with #B111CE
Text Example
Text Example
White with #B111CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111CE; }
p { color: rgb(177,17,206); }
H1.HeaderClassName
{
color: #B111CE;
}
.AnyTagClassName
{
color: #B111CE;
}
</style>
background-color css
<style>
a { background-color: #B111CE; }
a { background-color: rgb(177,17,206); }
div.DivClassName
{
background-color: #B111CE;
}
.BgClassName
{
background-color: #B111CE;
}
</style>
border-color css
<style>
span { border-color: #B111CE; }
span { border-color: rgb(177,17,206); }
td.TdClassName
{
border-color: #B111CE;
}
.TagClassName
{
border-color: #B111CE;
}
</style>