Shades of Deep Magenta #B016B8
Tints of Deep Magenta #B016B8
RGB
CMYK
RGB Variations
Color information
#B016B8 (or 0xB016B8) is known color: Deep Magenta. HEX triplet: B0, 16 and B8. RGB value is (176,22,184). Sum of RGB (Red+Green+Blue) = 176+22+184=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #B016B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016B8 is #4FE947. Grayscale: #565656. Windows color (decimal): -5237064 or 12064432. OLE color: 12064432.
HSL color Cylindrical-coordinate representation of color #B016B8: hue angle of 297.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B016B8 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 22 | 184 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.28 |
| HSL | 297.04º | 0.79% | 0.4% | - |
| HSV(B) | 297.04º | 0.88% | 0.72% | - |
| XYZ | 26.84 | 13.26 | 46.49 | - |
| YUV | 86.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 184 | 0.04 | 0.88 | 0 | 0.28 | 297.04 | 0.79 | 0.4 |
| Hex | B0 | 16 | B8 | 4 | 58 | 0 | 1C | 129 | 4F | 28 |
| Octal | 260 | 26 | 270 | 4 | 130 | 0 | 34 | 451 | 117 | 50 |
| Binary | 10110000 | 10110 | 10111000 | 100 | 1011000 | 0 | 11100 | 100101001 | 1001111 | 101000 |
Color Harmonies of #B016B8
Complementary color
Monochromatic Colors of #B016B8
Black with #B016B8
Text Example
Text Example
White with #B016B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016B8; }
p { color: rgb(176,22,184); }
H1.HeaderClassName
{
color: #B016B8;
}
.AnyTagClassName
{
color: #B016B8;
}
</style>
background-color css
<style>
a { background-color: #B016B8; }
a { background-color: rgb(176,22,184); }
div.DivClassName
{
background-color: #B016B8;
}
.BgClassName
{
background-color: #B016B8;
}
</style>
border-color css
<style>
span { border-color: #B016B8; }
span { border-color: rgb(176,22,184); }
td.TdClassName
{
border-color: #B016B8;
}
.TagClassName
{
border-color: #B016B8;
}
</style>