Shades of Deep Magenta #B413AB
Tints of Deep Magenta #B413AB
RGB
CMYK
RGB Variations
Color information
#B413AB (or 0xB413AB) is known color: Deep Magenta. HEX triplet: B4, 13 and AB. RGB value is (180,19,171). Sum of RGB (Red+Green+Blue) = 180+19+171=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B413AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413AB is #4BEC54. Grayscale: #545454. Windows color (decimal): -4975701 or 11211700. OLE color: 11211700.
HSL color Cylindrical-coordinate representation of color #B413AB: hue angle of 303.35º 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 #B413AB is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 171 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.29 |
| HSL | 303.35º | 0.81% | 0.39% | - |
| HSV(B) | 303.35º | 0.89% | 0.71% | - |
| XYZ | 26.41 | 13.11 | 39.67 | - |
| YUV | 84.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 171 | 0 | 0.89 | 0.05 | 0.29 | 303.35 | 0.81 | 0.39 |
| Hex | B4 | 13 | AB | 0 | 59 | 5 | 1D | 12F | 51 | 27 |
| Octal | 264 | 23 | 253 | 0 | 131 | 5 | 35 | 457 | 121 | 47 |
| Binary | 10110100 | 10011 | 10101011 | 0 | 1011001 | 101 | 11101 | 100101111 | 1010001 | 100111 |
Color Harmonies of #B413AB
Complementary color
Monochromatic Colors of #B413AB
Black with #B413AB
Text Example
Text Example
White with #B413AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413AB; }
p { color: rgb(180,19,171); }
H1.HeaderClassName
{
color: #B413AB;
}
.AnyTagClassName
{
color: #B413AB;
}
</style>
background-color css
<style>
a { background-color: #B413AB; }
a { background-color: rgb(180,19,171); }
div.DivClassName
{
background-color: #B413AB;
}
.BgClassName
{
background-color: #B413AB;
}
</style>
border-color css
<style>
span { border-color: #B413AB; }
span { border-color: rgb(180,19,171); }
td.TdClassName
{
border-color: #B413AB;
}
.TagClassName
{
border-color: #B413AB;
}
</style>