Shades of Deep Magenta #B511D9
Tints of Deep Magenta #B511D9
RGB
CMYK
RGB Variations
Color information
#B511D9 (or 0xB511D9) is known color: Deep Magenta. HEX triplet: B5, 11 and D9. RGB value is (181,17,217). Sum of RGB (Red+Green+Blue) = 181+17+217=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #B511D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511D9 is #4AEE26. Grayscale: #585858. Windows color (decimal): -4910631 or 14225845. OLE color: 14225845.
HSL color Cylindrical-coordinate representation of color #B511D9: hue angle of 289.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511D9 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 17 | 217 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.15 |
| HSL | 289.2º | 0.85% | 0.46% | - |
| HSV(B) | 289.2º | 0.92% | 0.85% | - |
| XYZ | 31.78 | 15.23 | 66.91 | - |
| YUV | 88.84 | 200.33 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 217 | 0.17 | 0.92 | 0 | 0.15 | 289.2 | 0.85 | 0.46 |
| Hex | B5 | 11 | D9 | 11 | 5C | 0 | F | 121 | 55 | 2E |
| Octal | 265 | 21 | 331 | 21 | 134 | 0 | 17 | 441 | 125 | 56 |
| Binary | 10110101 | 10001 | 11011001 | 10001 | 1011100 | 0 | 1111 | 100100001 | 1010101 | 101110 |
Color Harmonies of #B511D9
Complementary color
Monochromatic Colors of #B511D9
Black with #B511D9
Text Example
Text Example
White with #B511D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511D9; }
p { color: rgb(181,17,217); }
H1.HeaderClassName
{
color: #B511D9;
}
.AnyTagClassName
{
color: #B511D9;
}
</style>
background-color css
<style>
a { background-color: #B511D9; }
a { background-color: rgb(181,17,217); }
div.DivClassName
{
background-color: #B511D9;
}
.BgClassName
{
background-color: #B511D9;
}
</style>
border-color css
<style>
span { border-color: #B511D9; }
span { border-color: rgb(181,17,217); }
td.TdClassName
{
border-color: #B511D9;
}
.TagClassName
{
border-color: #B511D9;
}
</style>