Shades of Deep Magenta #B511A8
Tints of Deep Magenta #B511A8
RGB
CMYK
RGB Variations
Color information
#B511A8 (or 0xB511A8) is known color: Deep Magenta. HEX triplet: B5, 11 and A8. RGB value is (181,17,168). Sum of RGB (Red+Green+Blue) = 181+17+168=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A8 is #4AEE57. Grayscale: #525252. Windows color (decimal): -4910680 or 11014581. OLE color: 11014581.
HSL color Cylindrical-coordinate representation of color #B511A8: hue angle of 304.76º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511A8 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 168 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.29 |
| HSL | 304.76º | 0.83% | 0.39% | - |
| HSV(B) | 304.76º | 0.91% | 0.71% | - |
| XYZ | 26.32 | 13.05 | 38.18 | - |
| YUV | 83.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 168 | 0 | 0.91 | 0.07 | 0.29 | 304.76 | 0.83 | 0.39 |
| Hex | B5 | 11 | A8 | 0 | 5B | 7 | 1D | 131 | 53 | 27 |
| Octal | 265 | 21 | 250 | 0 | 133 | 7 | 35 | 461 | 123 | 47 |
| Binary | 10110101 | 10001 | 10101000 | 0 | 1011011 | 111 | 11101 | 100110001 | 1010011 | 100111 |
Color Harmonies of #B511A8
Complementary color
Monochromatic Colors of #B511A8
Black with #B511A8
Text Example
Text Example
White with #B511A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511A8; }
p { color: rgb(181,17,168); }
H1.HeaderClassName
{
color: #B511A8;
}
.AnyTagClassName
{
color: #B511A8;
}
</style>
background-color css
<style>
a { background-color: #B511A8; }
a { background-color: rgb(181,17,168); }
div.DivClassName
{
background-color: #B511A8;
}
.BgClassName
{
background-color: #B511A8;
}
</style>
border-color css
<style>
span { border-color: #B511A8; }
span { border-color: rgb(181,17,168); }
td.TdClassName
{
border-color: #B511A8;
}
.TagClassName
{
border-color: #B511A8;
}
</style>