Shades of Deep Magenta #B413AC
Tints of Deep Magenta #B413AC
RGB
CMYK
RGB Variations
Color information
#B413AC (or 0xB413AC) is known color: Deep Magenta. HEX triplet: B4, 13 and AC. RGB value is (180,19,172). Sum of RGB (Red+Green+Blue) = 180+19+172=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B413AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413AC is #4BEC53. Grayscale: #545454. Windows color (decimal): -4975700 or 11277236. OLE color: 11277236.
HSL color Cylindrical-coordinate representation of color #B413AC: hue angle of 302.98º 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 #B413AC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 172 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.29 |
| HSL | 302.98º | 0.81% | 0.39% | - |
| HSV(B) | 302.98º | 0.89% | 0.71% | - |
| XYZ | 26.5 | 13.15 | 40.17 | - |
| YUV | 84.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 172 | 0 | 0.89 | 0.04 | 0.29 | 302.98 | 0.81 | 0.39 |
| Hex | B4 | 13 | AC | 0 | 59 | 4 | 1D | 12F | 51 | 27 |
| Octal | 264 | 23 | 254 | 0 | 131 | 4 | 35 | 457 | 121 | 47 |
| Binary | 10110100 | 10011 | 10101100 | 0 | 1011001 | 100 | 11101 | 100101111 | 1010001 | 100111 |
Color Harmonies of #B413AC
Complementary color
Monochromatic Colors of #B413AC
Black with #B413AC
Text Example
Text Example
White with #B413AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413AC; }
p { color: rgb(180,19,172); }
H1.HeaderClassName
{
color: #B413AC;
}
.AnyTagClassName
{
color: #B413AC;
}
</style>
background-color css
<style>
a { background-color: #B413AC; }
a { background-color: rgb(180,19,172); }
div.DivClassName
{
background-color: #B413AC;
}
.BgClassName
{
background-color: #B413AC;
}
</style>
border-color css
<style>
span { border-color: #B413AC; }
span { border-color: rgb(180,19,172); }
td.TdClassName
{
border-color: #B413AC;
}
.TagClassName
{
border-color: #B413AC;
}
</style>