Shades of Deep Magenta #B413AF
Tints of Deep Magenta #B413AF
RGB
CMYK
RGB Variations
Color information
#B413AF (or 0xB413AF) is known color: Deep Magenta. HEX triplet: B4, 13 and AF. RGB value is (180,19,175). Sum of RGB (Red+Green+Blue) = 180+19+175=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B413AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413AF is #4BEC50. Grayscale: #545454. Windows color (decimal): -4975697 or 11473844. OLE color: 11473844.
HSL color Cylindrical-coordinate representation of color #B413AF: hue angle of 301.86º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413AF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 175 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.29 |
| HSL | 301.86º | 0.81% | 0.39% | - |
| HSV(B) | 301.86º | 0.89% | 0.71% | - |
| XYZ | 26.79 | 13.26 | 41.71 | - |
| YUV | 84.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 175 | 0 | 0.89 | 0.03 | 0.29 | 301.86 | 0.81 | 0.39 |
| Hex | B4 | 13 | AF | 0 | 59 | 3 | 1D | 12E | 51 | 27 |
| Octal | 264 | 23 | 257 | 0 | 131 | 3 | 35 | 456 | 121 | 47 |
| Binary | 10110100 | 10011 | 10101111 | 0 | 1011001 | 11 | 11101 | 100101110 | 1010001 | 100111 |
Color Harmonies of #B413AF
Complementary color
Monochromatic Colors of #B413AF
Black with #B413AF
Text Example
Text Example
White with #B413AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413AF; }
p { color: rgb(180,19,175); }
H1.HeaderClassName
{
color: #B413AF;
}
.AnyTagClassName
{
color: #B413AF;
}
</style>
background-color css
<style>
a { background-color: #B413AF; }
a { background-color: rgb(180,19,175); }
div.DivClassName
{
background-color: #B413AF;
}
.BgClassName
{
background-color: #B413AF;
}
</style>
border-color css
<style>
span { border-color: #B413AF; }
span { border-color: rgb(180,19,175); }
td.TdClassName
{
border-color: #B413AF;
}
.TagClassName
{
border-color: #B413AF;
}
</style>