Shades of Deep Magenta #B116B1
Tints of Deep Magenta #B116B1
RGB
CMYK
RGB Variations
Color information
#B116B1 (or 0xB116B1) is known color: Deep Magenta. HEX triplet: B1, 16 and B1. RGB value is (177,22,177). Sum of RGB (Red+Green+Blue) = 177+22+177=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B116B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B116B1 is #4EE94E. Grayscale: #555555. Windows color (decimal): -5171535 or 11605681. OLE color: 11605681.
HSL color Cylindrical-coordinate representation of color #B116B1: hue angle of 300º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116B1 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 177 | - |
| CMYK | 0 | 0.88 | 0 | 0.31 |
| HSL | 300º | 0.78% | 0.39% | - |
| HSV(B) | 300º | 0.88% | 0.69% | - |
| XYZ | 26.35 | 13.1 | 42.73 | - |
| YUV | 86.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 177 | 0 | 0.88 | 0 | 0.31 | 300 | 0.78 | 0.39 |
| Hex | B1 | 16 | B1 | 0 | 58 | 0 | 1F | 12C | 4E | 27 |
| Octal | 261 | 26 | 261 | 0 | 130 | 0 | 37 | 454 | 116 | 47 |
| Binary | 10110001 | 10110 | 10110001 | 0 | 1011000 | 0 | 11111 | 100101100 | 1001110 | 100111 |
Color Harmonies of #B116B1
Complementary color
Monochromatic Colors of #B116B1
Black with #B116B1
Text Example
Text Example
White with #B116B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116B1; }
p { color: rgb(177,22,177); }
H1.HeaderClassName
{
color: #B116B1;
}
.AnyTagClassName
{
color: #B116B1;
}
</style>
background-color css
<style>
a { background-color: #B116B1; }
a { background-color: rgb(177,22,177); }
div.DivClassName
{
background-color: #B116B1;
}
.BgClassName
{
background-color: #B116B1;
}
</style>
border-color css
<style>
span { border-color: #B116B1; }
span { border-color: rgb(177,22,177); }
td.TdClassName
{
border-color: #B116B1;
}
.TagClassName
{
border-color: #B116B1;
}
</style>