Shades of Deep Magenta #B511D0
Tints of Deep Magenta #B511D0
RGB
CMYK
RGB Variations
Color information
#B511D0 (or 0xB511D0) is known color: Deep Magenta. HEX triplet: B5, 11 and D0. RGB value is (181,17,208). Sum of RGB (Red+Green+Blue) = 181+17+208=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #B511D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511D0 is #4AEE2F. Grayscale: #575757. Windows color (decimal): -4910640 or 13636021. OLE color: 13636021.
HSL color Cylindrical-coordinate representation of color #B511D0: hue angle of 291.52º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511D0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 17 | 208 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.18 |
| HSL | 291.52º | 0.85% | 0.44% | - |
| HSV(B) | 291.52º | 0.92% | 0.82% | - |
| XYZ | 30.64 | 14.78 | 60.91 | - |
| YUV | 87.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 208 | 0.13 | 0.92 | 0 | 0.18 | 291.52 | 0.85 | 0.44 |
| Hex | B5 | 11 | D0 | D | 5C | 0 | 12 | 124 | 55 | 2C |
| Octal | 265 | 21 | 320 | 15 | 134 | 0 | 22 | 444 | 125 | 54 |
| Binary | 10110101 | 10001 | 11010000 | 1101 | 1011100 | 0 | 10010 | 100100100 | 1010101 | 101100 |
Color Harmonies of #B511D0
Complementary color
Monochromatic Colors of #B511D0
Black with #B511D0
Text Example
Text Example
White with #B511D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511D0; }
p { color: rgb(181,17,208); }
H1.HeaderClassName
{
color: #B511D0;
}
.AnyTagClassName
{
color: #B511D0;
}
</style>
background-color css
<style>
a { background-color: #B511D0; }
a { background-color: rgb(181,17,208); }
div.DivClassName
{
background-color: #B511D0;
}
.BgClassName
{
background-color: #B511D0;
}
</style>
border-color css
<style>
span { border-color: #B511D0; }
span { border-color: rgb(181,17,208); }
td.TdClassName
{
border-color: #B511D0;
}
.TagClassName
{
border-color: #B511D0;
}
</style>