Shades of Deep Magenta #B41BAB
Tints of Deep Magenta #B41BAB
RGB
CMYK
RGB Variations
Color information
#B41BAB (or 0xB41BAB) is known color: Deep Magenta. HEX triplet: B4, 1B and AB. RGB value is (180,27,171). Sum of RGB (Red+Green+Blue) = 180+27+171=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BAB is #4BE454. Grayscale: #585858. Windows color (decimal): -4973653 or 11213748. OLE color: 11213748.
HSL color Cylindrical-coordinate representation of color #B41BAB: hue angle of 303.53º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41BAB is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.29 |
| HSL | 303.53º | 0.74% | 0.41% | - |
| HSV(B) | 303.53º | 0.85% | 0.71% | - |
| XYZ | 26.57 | 13.43 | 39.72 | - |
| YUV | 89.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 171 | 0 | 0.85 | 0.05 | 0.29 | 303.53 | 0.74 | 0.41 |
| Hex | B4 | 1B | AB | 0 | 55 | 5 | 1D | 130 | 4A | 29 |
| Octal | 264 | 33 | 253 | 0 | 125 | 5 | 35 | 460 | 112 | 51 |
| Binary | 10110100 | 11011 | 10101011 | 0 | 1010101 | 101 | 11101 | 100110000 | 1001010 | 101001 |
Color Harmonies of #B41BAB
Complementary color
Monochromatic Colors of #B41BAB
Black with #B41BAB
Text Example
Text Example
White with #B41BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BAB; }
p { color: rgb(180,27,171); }
H1.HeaderClassName
{
color: #B41BAB;
}
.AnyTagClassName
{
color: #B41BAB;
}
</style>
background-color css
<style>
a { background-color: #B41BAB; }
a { background-color: rgb(180,27,171); }
div.DivClassName
{
background-color: #B41BAB;
}
.BgClassName
{
background-color: #B41BAB;
}
</style>
border-color css
<style>
span { border-color: #B41BAB; }
span { border-color: rgb(180,27,171); }
td.TdClassName
{
border-color: #B41BAB;
}
.TagClassName
{
border-color: #B41BAB;
}
</style>