Shades of Deep Magenta #B511B0
Tints of Deep Magenta #B511B0
RGB
CMYK
RGB Variations
Color information
#B511B0 (or 0xB511B0) is known color: Deep Magenta. HEX triplet: B5, 11 and B0. RGB value is (181,17,176). Sum of RGB (Red+Green+Blue) = 181+17+176=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B511B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511B0 is #4AEE4F. Grayscale: #535353. Windows color (decimal): -4910672 or 11538869. OLE color: 11538869.
HSL color Cylindrical-coordinate representation of color #B511B0: hue angle of 301.83º 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 #B511B0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 176 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.29 |
| HSL | 301.83º | 0.83% | 0.39% | - |
| HSV(B) | 301.83º | 0.91% | 0.71% | - |
| XYZ | 27.09 | 13.36 | 42.22 | - |
| YUV | 84.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 176 | 0 | 0.91 | 0.03 | 0.29 | 301.83 | 0.83 | 0.39 |
| Hex | B5 | 11 | B0 | 0 | 5B | 3 | 1D | 12E | 53 | 27 |
| Octal | 265 | 21 | 260 | 0 | 133 | 3 | 35 | 456 | 123 | 47 |
| Binary | 10110101 | 10001 | 10110000 | 0 | 1011011 | 11 | 11101 | 100101110 | 1010011 | 100111 |
Color Harmonies of #B511B0
Complementary color
Monochromatic Colors of #B511B0
Black with #B511B0
Text Example
Text Example
White with #B511B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511B0; }
p { color: rgb(181,17,176); }
H1.HeaderClassName
{
color: #B511B0;
}
.AnyTagClassName
{
color: #B511B0;
}
</style>
background-color css
<style>
a { background-color: #B511B0; }
a { background-color: rgb(181,17,176); }
div.DivClassName
{
background-color: #B511B0;
}
.BgClassName
{
background-color: #B511B0;
}
</style>
border-color css
<style>
span { border-color: #B511B0; }
span { border-color: rgb(181,17,176); }
td.TdClassName
{
border-color: #B511B0;
}
.TagClassName
{
border-color: #B511B0;
}
</style>