Shades of Deep Magenta #B412AF
Tints of Deep Magenta #B412AF
RGB
CMYK
RGB Variations
Color information
#B412AF (or 0xB412AF) is known color: Deep Magenta. HEX triplet: B4, 12 and AF. RGB value is (180,18,175). Sum of RGB (Red+Green+Blue) = 180+18+175=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B412AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412AF is #4BED50. Grayscale: #535353. Windows color (decimal): -4975953 or 11473588. OLE color: 11473588.
HSL color Cylindrical-coordinate representation of color #B412AF: hue angle of 301.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B412AF is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 175 | - |
| CMYK | 0 | 0.9 | 0.03 | 0.29 |
| HSL | 301.85º | 0.82% | 0.39% | - |
| HSV(B) | 301.85º | 0.9% | 0.71% | - |
| XYZ | 26.78 | 13.23 | 41.7 | - |
| YUV | 84.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 175 | 0 | 0.9 | 0.03 | 0.29 | 301.85 | 0.82 | 0.39 |
| Hex | B4 | 12 | AF | 0 | 5A | 3 | 1D | 12E | 52 | 27 |
| Octal | 264 | 22 | 257 | 0 | 132 | 3 | 35 | 456 | 122 | 47 |
| Binary | 10110100 | 10010 | 10101111 | 0 | 1011010 | 11 | 11101 | 100101110 | 1010010 | 100111 |
Color Harmonies of #B412AF
Complementary color
Monochromatic Colors of #B412AF
Black with #B412AF
Text Example
Text Example
White with #B412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412AF; }
p { color: rgb(180,18,175); }
H1.HeaderClassName
{
color: #B412AF;
}
.AnyTagClassName
{
color: #B412AF;
}
</style>
background-color css
<style>
a { background-color: #B412AF; }
a { background-color: rgb(180,18,175); }
div.DivClassName
{
background-color: #B412AF;
}
.BgClassName
{
background-color: #B412AF;
}
</style>
border-color css
<style>
span { border-color: #B412AF; }
span { border-color: rgb(180,18,175); }
td.TdClassName
{
border-color: #B412AF;
}
.TagClassName
{
border-color: #B412AF;
}
</style>