Shades of Deep Magenta #B51BAC
Tints of Deep Magenta #B51BAC
RGB
CMYK
RGB Variations
Color information
#B51BAC (or 0xB51BAC) is known color: Deep Magenta. HEX triplet: B5, 1B and AC. RGB value is (181,27,172). Sum of RGB (Red+Green+Blue) = 181+27+172=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BAC is #4AE453. Grayscale: #595959. Windows color (decimal): -4908116 or 11279285. OLE color: 11279285.
HSL color Cylindrical-coordinate representation of color #B51BAC: hue angle of 303.51º 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 #B51BAC is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 27 | 172 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.29 |
| HSL | 303.51º | 0.74% | 0.41% | - |
| HSV(B) | 303.51º | 0.85% | 0.71% | - |
| XYZ | 26.89 | 13.59 | 40.23 | - |
| YUV | 89.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 172 | 0 | 0.85 | 0.05 | 0.29 | 303.51 | 0.74 | 0.41 |
| Hex | B5 | 1B | AC | 0 | 55 | 5 | 1D | 130 | 4A | 29 |
| Octal | 265 | 33 | 254 | 0 | 125 | 5 | 35 | 460 | 112 | 51 |
| Binary | 10110101 | 11011 | 10101100 | 0 | 1010101 | 101 | 11101 | 100110000 | 1001010 | 101001 |
Color Harmonies of #B51BAC
Complementary color
Monochromatic Colors of #B51BAC
Black with #B51BAC
Text Example
Text Example
White with #B51BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51BAC; }
p { color: rgb(181,27,172); }
H1.HeaderClassName
{
color: #B51BAC;
}
.AnyTagClassName
{
color: #B51BAC;
}
</style>
background-color css
<style>
a { background-color: #B51BAC; }
a { background-color: rgb(181,27,172); }
div.DivClassName
{
background-color: #B51BAC;
}
.BgClassName
{
background-color: #B51BAC;
}
</style>
border-color css
<style>
span { border-color: #B51BAC; }
span { border-color: rgb(181,27,172); }
td.TdClassName
{
border-color: #B51BAC;
}
.TagClassName
{
border-color: #B51BAC;
}
</style>