Shades of Deep Magenta #B511D5
Tints of Deep Magenta #B511D5
RGB
CMYK
RGB Variations
Color information
#B511D5 (or 0xB511D5) is known color: Deep Magenta. HEX triplet: B5, 11 and D5. RGB value is (181,17,213). Sum of RGB (Red+Green+Blue) = 181+17+213=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #B511D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511D5 is #4AEE2A. Grayscale: #575757. Windows color (decimal): -4910635 or 13963701. OLE color: 13963701.
HSL color Cylindrical-coordinate representation of color #B511D5: hue angle of 290.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511D5 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 17 | 213 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.16 |
| HSL | 290.2º | 0.85% | 0.45% | - |
| HSV(B) | 290.2º | 0.92% | 0.84% | - |
| XYZ | 31.27 | 15.03 | 64.2 | - |
| YUV | 88.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 213 | 0.15 | 0.92 | 0 | 0.16 | 290.2 | 0.85 | 0.45 |
| Hex | B5 | 11 | D5 | F | 5C | 0 | 10 | 122 | 55 | 2D |
| Octal | 265 | 21 | 325 | 17 | 134 | 0 | 20 | 442 | 125 | 55 |
| Binary | 10110101 | 10001 | 11010101 | 1111 | 1011100 | 0 | 10000 | 100100010 | 1010101 | 101101 |
Color Harmonies of #B511D5
Complementary color
Monochromatic Colors of #B511D5
Black with #B511D5
Text Example
Text Example
White with #B511D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511D5; }
p { color: rgb(181,17,213); }
H1.HeaderClassName
{
color: #B511D5;
}
.AnyTagClassName
{
color: #B511D5;
}
</style>
background-color css
<style>
a { background-color: #B511D5; }
a { background-color: rgb(181,17,213); }
div.DivClassName
{
background-color: #B511D5;
}
.BgClassName
{
background-color: #B511D5;
}
</style>
border-color css
<style>
span { border-color: #B511D5; }
span { border-color: rgb(181,17,213); }
td.TdClassName
{
border-color: #B511D5;
}
.TagClassName
{
border-color: #B511D5;
}
</style>