Shades of Deep Magenta #B41AB2
Tints of Deep Magenta #B41AB2
RGB
CMYK
RGB Variations
Color information
#B41AB2 (or 0xB41AB2) is known color: Deep Magenta. HEX triplet: B4, 1A and B2. RGB value is (180,26,178). Sum of RGB (Red+Green+Blue) = 180+26+178=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AB2 is #4BE54D. Grayscale: #585858. Windows color (decimal): -4973902 or 11672244. OLE color: 11672244.
HSL color Cylindrical-coordinate representation of color #B41AB2: hue angle of 300.78º 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 #B41AB2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 178 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.29 |
| HSL | 300.78º | 0.75% | 0.4% | - |
| HSV(B) | 300.78º | 0.86% | 0.71% | - |
| XYZ | 27.23 | 13.66 | 43.32 | - |
| YUV | 89.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 178 | 0 | 0.86 | 0.01 | 0.29 | 300.78 | 0.75 | 0.4 |
| Hex | B4 | 1A | B2 | 0 | 56 | 1 | 1D | 12D | 4B | 28 |
| Octal | 264 | 32 | 262 | 0 | 126 | 1 | 35 | 455 | 113 | 50 |
| Binary | 10110100 | 11010 | 10110010 | 0 | 1010110 | 1 | 11101 | 100101101 | 1001011 | 101000 |
Color Harmonies of #B41AB2
Complementary color
Monochromatic Colors of #B41AB2
Black with #B41AB2
Text Example
Text Example
White with #B41AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41AB2; }
p { color: rgb(180,26,178); }
H1.HeaderClassName
{
color: #B41AB2;
}
.AnyTagClassName
{
color: #B41AB2;
}
</style>
background-color css
<style>
a { background-color: #B41AB2; }
a { background-color: rgb(180,26,178); }
div.DivClassName
{
background-color: #B41AB2;
}
.BgClassName
{
background-color: #B41AB2;
}
</style>
border-color css
<style>
span { border-color: #B41AB2; }
span { border-color: rgb(180,26,178); }
td.TdClassName
{
border-color: #B41AB2;
}
.TagClassName
{
border-color: #B41AB2;
}
</style>