Shades of Deep Magenta #B116BB
Tints of Deep Magenta #B116BB
RGB
CMYK
RGB Variations
Color information
#B116BB (or 0xB116BB) is known color: Deep Magenta. HEX triplet: B1, 16 and BB. RGB value is (177,22,187). Sum of RGB (Red+Green+Blue) = 177+22+187=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #B116BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116BB is #4EE944. Grayscale: #565656. Windows color (decimal): -5171525 or 12261041. OLE color: 12261041.
HSL color Cylindrical-coordinate representation of color #B116BB: hue angle of 296.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116BB is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 22 | 187 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.27 |
| HSL | 296.36º | 0.79% | 0.41% | - |
| HSV(B) | 296.36º | 0.88% | 0.73% | - |
| XYZ | 27.39 | 13.51 | 48.18 | - |
| YUV | 87.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 187 | 0.05 | 0.88 | 0 | 0.27 | 296.36 | 0.79 | 0.41 |
| Hex | B1 | 16 | BB | 5 | 58 | 0 | 1B | 128 | 4F | 29 |
| Octal | 261 | 26 | 273 | 5 | 130 | 0 | 33 | 450 | 117 | 51 |
| Binary | 10110001 | 10110 | 10111011 | 101 | 1011000 | 0 | 11011 | 100101000 | 1001111 | 101001 |
Color Harmonies of #B116BB
Complementary color
Monochromatic Colors of #B116BB
Black with #B116BB
Text Example
Text Example
White with #B116BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116BB; }
p { color: rgb(177,22,187); }
H1.HeaderClassName
{
color: #B116BB;
}
.AnyTagClassName
{
color: #B116BB;
}
</style>
background-color css
<style>
a { background-color: #B116BB; }
a { background-color: rgb(177,22,187); }
div.DivClassName
{
background-color: #B116BB;
}
.BgClassName
{
background-color: #B116BB;
}
</style>
border-color css
<style>
span { border-color: #B116BB; }
span { border-color: rgb(177,22,187); }
td.TdClassName
{
border-color: #B116BB;
}
.TagClassName
{
border-color: #B116BB;
}
</style>