Shades of Deep Magenta #B41AB8
Tints of Deep Magenta #B41AB8
RGB
CMYK
RGB Variations
Color information
#B41AB8 (or 0xB41AB8) is known color: Deep Magenta. HEX triplet: B4, 1A and B8. RGB value is (180,26,184). Sum of RGB (Red+Green+Blue) = 180+26+184=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #B41AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AB8 is #4BE547. Grayscale: #595959. Windows color (decimal): -4973896 or 12065460. OLE color: 12065460.
HSL color Cylindrical-coordinate representation of color #B41AB8: hue angle of 298.48º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41AB8 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 26 | 184 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.28 |
| HSL | 298.48º | 0.75% | 0.41% | - |
| HSV(B) | 298.48º | 0.86% | 0.72% | - |
| XYZ | 27.84 | 13.9 | 46.56 | - |
| YUV | 90.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 184 | 0.02 | 0.86 | 0 | 0.28 | 298.48 | 0.75 | 0.41 |
| Hex | B4 | 1A | B8 | 2 | 56 | 0 | 1C | 12A | 4B | 29 |
| Octal | 264 | 32 | 270 | 2 | 126 | 0 | 34 | 452 | 113 | 51 |
| Binary | 10110100 | 11010 | 10111000 | 10 | 1010110 | 0 | 11100 | 100101010 | 1001011 | 101001 |
Color Harmonies of #B41AB8
Complementary color
Monochromatic Colors of #B41AB8
Black with #B41AB8
Text Example
Text Example
White with #B41AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41AB8; }
p { color: rgb(180,26,184); }
H1.HeaderClassName
{
color: #B41AB8;
}
.AnyTagClassName
{
color: #B41AB8;
}
</style>
background-color css
<style>
a { background-color: #B41AB8; }
a { background-color: rgb(180,26,184); }
div.DivClassName
{
background-color: #B41AB8;
}
.BgClassName
{
background-color: #B41AB8;
}
</style>
border-color css
<style>
span { border-color: #B41AB8; }
span { border-color: rgb(180,26,184); }
td.TdClassName
{
border-color: #B41AB8;
}
.TagClassName
{
border-color: #B41AB8;
}
</style>