Shades of Deep Magenta #B51AAC
Tints of Deep Magenta #B51AAC
RGB
CMYK
RGB Variations
Color information
#B51AAC (or 0xB51AAC) is known color: Deep Magenta. HEX triplet: B5, 1A and AC. RGB value is (181,26,172). Sum of RGB (Red+Green+Blue) = 181+26+172=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51AAC is #4AE553. Grayscale: #585858. Windows color (decimal): -4908372 or 11279029. OLE color: 11279029.
HSL color Cylindrical-coordinate representation of color #B51AAC: hue angle of 303.48º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51AAC is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 172 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.29 |
| HSL | 303.48º | 0.75% | 0.41% | - |
| HSV(B) | 303.48º | 0.86% | 0.71% | - |
| XYZ | 26.87 | 13.54 | 40.23 | - |
| YUV | 88.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 172 | 0 | 0.86 | 0.05 | 0.29 | 303.48 | 0.75 | 0.41 |
| Hex | B5 | 1A | AC | 0 | 56 | 5 | 1D | 12F | 4B | 29 |
| Octal | 265 | 32 | 254 | 0 | 126 | 5 | 35 | 457 | 113 | 51 |
| Binary | 10110101 | 11010 | 10101100 | 0 | 1010110 | 101 | 11101 | 100101111 | 1001011 | 101001 |
Color Harmonies of #B51AAC
Complementary color
Monochromatic Colors of #B51AAC
Black with #B51AAC
Text Example
Text Example
White with #B51AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51AAC; }
p { color: rgb(181,26,172); }
H1.HeaderClassName
{
color: #B51AAC;
}
.AnyTagClassName
{
color: #B51AAC;
}
</style>
background-color css
<style>
a { background-color: #B51AAC; }
a { background-color: rgb(181,26,172); }
div.DivClassName
{
background-color: #B51AAC;
}
.BgClassName
{
background-color: #B51AAC;
}
</style>
border-color css
<style>
span { border-color: #B51AAC; }
span { border-color: rgb(181,26,172); }
td.TdClassName
{
border-color: #B51AAC;
}
.TagClassName
{
border-color: #B51AAC;
}
</style>