Shades of Deep Magenta #B416AF
Tints of Deep Magenta #B416AF
RGB
CMYK
RGB Variations
Color information
#B416AF (or 0xB416AF) is known color: Deep Magenta. HEX triplet: B4, 16 and AF. RGB value is (180,22,175). Sum of RGB (Red+Green+Blue) = 180+22+175=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B416AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416AF is #4BE950. Grayscale: #565656. Windows color (decimal): -4974929 or 11474612. OLE color: 11474612.
HSL color Cylindrical-coordinate representation of color #B416AF: hue angle of 301.9º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B416AF is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.29 |
| HSL | 301.9º | 0.78% | 0.4% | - |
| HSV(B) | 301.9º | 0.88% | 0.71% | - |
| XYZ | 26.85 | 13.37 | 41.72 | - |
| YUV | 86.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 175 | 0 | 0.88 | 0.03 | 0.29 | 301.9 | 0.78 | 0.4 |
| Hex | B4 | 16 | AF | 0 | 58 | 3 | 1D | 12E | 4E | 28 |
| Octal | 264 | 26 | 257 | 0 | 130 | 3 | 35 | 456 | 116 | 50 |
| Binary | 10110100 | 10110 | 10101111 | 0 | 1011000 | 11 | 11101 | 100101110 | 1001110 | 101000 |
Color Harmonies of #B416AF
Complementary color
Monochromatic Colors of #B416AF
Black with #B416AF
Text Example
Text Example
White with #B416AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416AF; }
p { color: rgb(180,22,175); }
H1.HeaderClassName
{
color: #B416AF;
}
.AnyTagClassName
{
color: #B416AF;
}
</style>
background-color css
<style>
a { background-color: #B416AF; }
a { background-color: rgb(180,22,175); }
div.DivClassName
{
background-color: #B416AF;
}
.BgClassName
{
background-color: #B416AF;
}
</style>
border-color css
<style>
span { border-color: #B416AF; }
span { border-color: rgb(180,22,175); }
td.TdClassName
{
border-color: #B416AF;
}
.TagClassName
{
border-color: #B416AF;
}
</style>