Shades of Deep Magenta #B111D0
Tints of Deep Magenta #B111D0
RGB
CMYK
RGB Variations
Color information
#B111D0 (or 0xB111D0) is known color: Deep Magenta. HEX triplet: B1, 11 and D0. RGB value is (177,17,208). Sum of RGB (Red+Green+Blue) = 177+17+208=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #B111D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111D0 is #4EEE2F. Grayscale: #565656. Windows color (decimal): -5172784 or 13636017. OLE color: 13636017.
HSL color Cylindrical-coordinate representation of color #B111D0: hue angle of 290.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111D0 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 17 | 208 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.18 |
| HSL | 290.26º | 0.85% | 0.44% | - |
| HSV(B) | 290.26º | 0.92% | 0.82% | - |
| XYZ | 29.72 | 14.3 | 60.87 | - |
| YUV | 86.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 208 | 0.15 | 0.92 | 0 | 0.18 | 290.26 | 0.85 | 0.44 |
| Hex | B1 | 11 | D0 | F | 5C | 0 | 12 | 122 | 55 | 2C |
| Octal | 261 | 21 | 320 | 17 | 134 | 0 | 22 | 442 | 125 | 54 |
| Binary | 10110001 | 10001 | 11010000 | 1111 | 1011100 | 0 | 10010 | 100100010 | 1010101 | 101100 |
Color Harmonies of #B111D0
Complementary color
Monochromatic Colors of #B111D0
Black with #B111D0
Text Example
Text Example
White with #B111D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111D0; }
p { color: rgb(177,17,208); }
H1.HeaderClassName
{
color: #B111D0;
}
.AnyTagClassName
{
color: #B111D0;
}
</style>
background-color css
<style>
a { background-color: #B111D0; }
a { background-color: rgb(177,17,208); }
div.DivClassName
{
background-color: #B111D0;
}
.BgClassName
{
background-color: #B111D0;
}
</style>
border-color css
<style>
span { border-color: #B111D0; }
span { border-color: rgb(177,17,208); }
td.TdClassName
{
border-color: #B111D0;
}
.TagClassName
{
border-color: #B111D0;
}
</style>