Shades of Deep Magenta #B511D1
Tints of Deep Magenta #B511D1
RGB
CMYK
RGB Variations
Color information
#B511D1 (or 0xB511D1) is known color: Deep Magenta. HEX triplet: B5, 11 and D1. RGB value is (181,17,209). Sum of RGB (Red+Green+Blue) = 181+17+209=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #B511D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511D1 is #4AEE2E. Grayscale: #575757. Windows color (decimal): -4910639 or 13701557. OLE color: 13701557.
HSL color Cylindrical-coordinate representation of color #B511D1: hue angle of 291.25º 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 #B511D1 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 17 | 209 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.18 |
| HSL | 291.25º | 0.85% | 0.44% | - |
| HSV(B) | 291.25º | 0.92% | 0.82% | - |
| XYZ | 30.77 | 14.83 | 61.56 | - |
| YUV | 87.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 209 | 0.13 | 0.92 | 0 | 0.18 | 291.25 | 0.85 | 0.44 |
| Hex | B5 | 11 | D1 | D | 5C | 0 | 12 | 123 | 55 | 2C |
| Octal | 265 | 21 | 321 | 15 | 134 | 0 | 22 | 443 | 125 | 54 |
| Binary | 10110101 | 10001 | 11010001 | 1101 | 1011100 | 0 | 10010 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B511D1
Complementary color
Monochromatic Colors of #B511D1
Black with #B511D1
Text Example
Text Example
White with #B511D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511D1; }
p { color: rgb(181,17,209); }
H1.HeaderClassName
{
color: #B511D1;
}
.AnyTagClassName
{
color: #B511D1;
}
</style>
background-color css
<style>
a { background-color: #B511D1; }
a { background-color: rgb(181,17,209); }
div.DivClassName
{
background-color: #B511D1;
}
.BgClassName
{
background-color: #B511D1;
}
</style>
border-color css
<style>
span { border-color: #B511D1; }
span { border-color: rgb(181,17,209); }
td.TdClassName
{
border-color: #B511D1;
}
.TagClassName
{
border-color: #B511D1;
}
</style>