Shades of Deep Magenta #B519B7
Tints of Deep Magenta #B519B7
RGB
CMYK
RGB Variations
Color information
#B519B7 (or 0xB519B7) is known color: Deep Magenta. HEX triplet: B5, 19 and B7. RGB value is (181,25,183). Sum of RGB (Red+Green+Blue) = 181+25+183=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #B519B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519B7 is #4AE648. Grayscale: #595959. Windows color (decimal): -4908617 or 11999669. OLE color: 11999669.
HSL color Cylindrical-coordinate representation of color #B519B7: hue angle of 299.24º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519B7 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 25 | 183 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.28 |
| HSL | 299.24º | 0.76% | 0.41% | - |
| HSV(B) | 299.24º | 0.86% | 0.72% | - |
| XYZ | 27.95 | 13.94 | 46.02 | - |
| YUV | 89.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 183 | 0.01 | 0.86 | 0 | 0.28 | 299.24 | 0.76 | 0.41 |
| Hex | B5 | 19 | B7 | 1 | 56 | 0 | 1C | 12B | 4C | 29 |
| Octal | 265 | 31 | 267 | 1 | 126 | 0 | 34 | 453 | 114 | 51 |
| Binary | 10110101 | 11001 | 10110111 | 1 | 1010110 | 0 | 11100 | 100101011 | 1001100 | 101001 |
Color Harmonies of #B519B7
Complementary color
Monochromatic Colors of #B519B7
Black with #B519B7
Text Example
Text Example
White with #B519B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519B7; }
p { color: rgb(181,25,183); }
H1.HeaderClassName
{
color: #B519B7;
}
.AnyTagClassName
{
color: #B519B7;
}
</style>
background-color css
<style>
a { background-color: #B519B7; }
a { background-color: rgb(181,25,183); }
div.DivClassName
{
background-color: #B519B7;
}
.BgClassName
{
background-color: #B519B7;
}
</style>
border-color css
<style>
span { border-color: #B519B7; }
span { border-color: rgb(181,25,183); }
td.TdClassName
{
border-color: #B519B7;
}
.TagClassName
{
border-color: #B519B7;
}
</style>