Shades of Deep Magenta #B511B9
Tints of Deep Magenta #B511B9
RGB
CMYK
RGB Variations
Color information
#B511B9 (or 0xB511B9) is known color: Deep Magenta. HEX triplet: B5, 11 and B9. RGB value is (181,17,185). Sum of RGB (Red+Green+Blue) = 181+17+185=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #B511B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511B9 is #4AEE46. Grayscale: #545454. Windows color (decimal): -4910663 or 12128693. OLE color: 12128693.
HSL color Cylindrical-coordinate representation of color #B511B9: hue angle of 298.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511B9 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 17 | 185 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.27 |
| HSL | 298.57º | 0.83% | 0.4% | - |
| HSV(B) | 298.57º | 0.91% | 0.73% | - |
| XYZ | 28.01 | 13.73 | 47.07 | - |
| YUV | 85.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 185 | 0.02 | 0.91 | 0 | 0.27 | 298.57 | 0.83 | 0.4 |
| Hex | B5 | 11 | B9 | 2 | 5B | 0 | 1B | 12B | 53 | 28 |
| Octal | 265 | 21 | 271 | 2 | 133 | 0 | 33 | 453 | 123 | 50 |
| Binary | 10110101 | 10001 | 10111001 | 10 | 1011011 | 0 | 11011 | 100101011 | 1010011 | 101000 |
Color Harmonies of #B511B9
Complementary color
Monochromatic Colors of #B511B9
Black with #B511B9
Text Example
Text Example
White with #B511B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511B9; }
p { color: rgb(181,17,185); }
H1.HeaderClassName
{
color: #B511B9;
}
.AnyTagClassName
{
color: #B511B9;
}
</style>
background-color css
<style>
a { background-color: #B511B9; }
a { background-color: rgb(181,17,185); }
div.DivClassName
{
background-color: #B511B9;
}
.BgClassName
{
background-color: #B511B9;
}
</style>
border-color css
<style>
span { border-color: #B511B9; }
span { border-color: rgb(181,17,185); }
td.TdClassName
{
border-color: #B511B9;
}
.TagClassName
{
border-color: #B511B9;
}
</style>