Shades of Deep Magenta #B016BA
Tints of Deep Magenta #B016BA
RGB
CMYK
RGB Variations
Color information
#B016BA (or 0xB016BA) is known color: Deep Magenta. HEX triplet: B0, 16 and BA. RGB value is (176,22,186). Sum of RGB (Red+Green+Blue) = 176+22+186=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B016BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016BA is #4FE945. Grayscale: #565656. Windows color (decimal): -5237062 or 12195504. OLE color: 12195504.
HSL color Cylindrical-coordinate representation of color #B016BA: hue angle of 296.34º 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 #B016BA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 22 | 186 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.27 |
| HSL | 296.34º | 0.79% | 0.41% | - |
| HSV(B) | 296.34º | 0.88% | 0.73% | - |
| XYZ | 27.05 | 13.35 | 47.61 | - |
| YUV | 86.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 186 | 0.05 | 0.88 | 0 | 0.27 | 296.34 | 0.79 | 0.41 |
| Hex | B0 | 16 | BA | 5 | 58 | 0 | 1B | 128 | 4F | 29 |
| Octal | 260 | 26 | 272 | 5 | 130 | 0 | 33 | 450 | 117 | 51 |
| Binary | 10110000 | 10110 | 10111010 | 101 | 1011000 | 0 | 11011 | 100101000 | 1001111 | 101001 |
Color Harmonies of #B016BA
Complementary color
Monochromatic Colors of #B016BA
Black with #B016BA
Text Example
Text Example
White with #B016BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016BA; }
p { color: rgb(176,22,186); }
H1.HeaderClassName
{
color: #B016BA;
}
.AnyTagClassName
{
color: #B016BA;
}
</style>
background-color css
<style>
a { background-color: #B016BA; }
a { background-color: rgb(176,22,186); }
div.DivClassName
{
background-color: #B016BA;
}
.BgClassName
{
background-color: #B016BA;
}
</style>
border-color css
<style>
span { border-color: #B016BA; }
span { border-color: rgb(176,22,186); }
td.TdClassName
{
border-color: #B016BA;
}
.TagClassName
{
border-color: #B016BA;
}
</style>