Shades of Deep Magenta #B41AAB
Tints of Deep Magenta #B41AAB
RGB
CMYK
RGB Variations
Color information
#B41AAB (or 0xB41AAB) is known color: Deep Magenta. HEX triplet: B4, 1A and AB. RGB value is (180,26,171). Sum of RGB (Red+Green+Blue) = 180+26+171=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AAB is #4BE554. Grayscale: #585858. Windows color (decimal): -4973909 or 11213492. OLE color: 11213492.
HSL color Cylindrical-coordinate representation of color #B41AAB: hue angle of 303.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41AAB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 171 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.29 |
| HSL | 303.51º | 0.75% | 0.4% | - |
| HSV(B) | 303.51º | 0.86% | 0.71% | - |
| XYZ | 26.54 | 13.38 | 39.71 | - |
| YUV | 88.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 171 | 0 | 0.86 | 0.05 | 0.29 | 303.51 | 0.75 | 0.4 |
| Hex | B4 | 1A | AB | 0 | 56 | 5 | 1D | 130 | 4B | 28 |
| Octal | 264 | 32 | 253 | 0 | 126 | 5 | 35 | 460 | 113 | 50 |
| Binary | 10110100 | 11010 | 10101011 | 0 | 1010110 | 101 | 11101 | 100110000 | 1001011 | 101000 |
Color Harmonies of #B41AAB
Complementary color
Monochromatic Colors of #B41AAB
Black with #B41AAB
Text Example
Text Example
White with #B41AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41AAB; }
p { color: rgb(180,26,171); }
H1.HeaderClassName
{
color: #B41AAB;
}
.AnyTagClassName
{
color: #B41AAB;
}
</style>
background-color css
<style>
a { background-color: #B41AAB; }
a { background-color: rgb(180,26,171); }
div.DivClassName
{
background-color: #B41AAB;
}
.BgClassName
{
background-color: #B41AAB;
}
</style>
border-color css
<style>
span { border-color: #B41AAB; }
span { border-color: rgb(180,26,171); }
td.TdClassName
{
border-color: #B41AAB;
}
.TagClassName
{
border-color: #B41AAB;
}
</style>