Shades of Deep Magenta #B51BAB
Tints of Deep Magenta #B51BAB
RGB
CMYK
RGB Variations
Color information
#B51BAB (or 0xB51BAB) is known color: Deep Magenta. HEX triplet: B5, 1B and AB. RGB value is (181,27,171). Sum of RGB (Red+Green+Blue) = 181+27+171=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BAB is #4AE454. Grayscale: #595959. Windows color (decimal): -4908117 or 11213749. OLE color: 11213749.
HSL color Cylindrical-coordinate representation of color #B51BAB: hue angle of 303.9º 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 #B51BAB is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.29 |
| HSL | 303.9º | 0.74% | 0.41% | - |
| HSV(B) | 303.9º | 0.85% | 0.71% | - |
| XYZ | 26.8 | 13.55 | 39.73 | - |
| YUV | 89.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 171 | 0 | 0.85 | 0.06 | 0.29 | 303.9 | 0.74 | 0.41 |
| Hex | B5 | 1B | AB | 0 | 55 | 6 | 1D | 130 | 4A | 29 |
| Octal | 265 | 33 | 253 | 0 | 125 | 6 | 35 | 460 | 112 | 51 |
| Binary | 10110101 | 11011 | 10101011 | 0 | 1010101 | 110 | 11101 | 100110000 | 1001010 | 101001 |
Color Harmonies of #B51BAB
Complementary color
Monochromatic Colors of #B51BAB
Black with #B51BAB
Text Example
Text Example
White with #B51BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51BAB; }
p { color: rgb(181,27,171); }
H1.HeaderClassName
{
color: #B51BAB;
}
.AnyTagClassName
{
color: #B51BAB;
}
</style>
background-color css
<style>
a { background-color: #B51BAB; }
a { background-color: rgb(181,27,171); }
div.DivClassName
{
background-color: #B51BAB;
}
.BgClassName
{
background-color: #B51BAB;
}
</style>
border-color css
<style>
span { border-color: #B51BAB; }
span { border-color: rgb(181,27,171); }
td.TdClassName
{
border-color: #B51BAB;
}
.TagClassName
{
border-color: #B51BAB;
}
</style>