Shades of Deep Magenta #B519B5
Tints of Deep Magenta #B519B5
RGB
CMYK
RGB Variations
Color information
#B519B5 (or 0xB519B5) is known color: Deep Magenta. HEX triplet: B5, 19 and B5. RGB value is (181,25,181). Sum of RGB (Red+Green+Blue) = 181+25+181=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B519B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519B5 is #4AE64A. Grayscale: #585858. Windows color (decimal): -4908619 or 11868597. OLE color: 11868597.
HSL color Cylindrical-coordinate representation of color #B519B5: hue angle of 300º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519B5 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 181 | - |
| CMYK | 0 | 0.86 | 0 | 0.29 |
| HSL | 300º | 0.76% | 0.4% | - |
| HSV(B) | 300º | 0.86% | 0.71% | - |
| XYZ | 27.74 | 13.86 | 44.93 | - |
| YUV | 89.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 181 | 0 | 0.86 | 0 | 0.29 | 300 | 0.76 | 0.4 |
| Hex | B5 | 19 | B5 | 0 | 56 | 0 | 1D | 12C | 4C | 28 |
| Octal | 265 | 31 | 265 | 0 | 126 | 0 | 35 | 454 | 114 | 50 |
| Binary | 10110101 | 11001 | 10110101 | 0 | 1010110 | 0 | 11101 | 100101100 | 1001100 | 101000 |
Color Harmonies of #B519B5
Complementary color
Monochromatic Colors of #B519B5
Black with #B519B5
Text Example
Text Example
White with #B519B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519B5; }
p { color: rgb(181,25,181); }
H1.HeaderClassName
{
color: #B519B5;
}
.AnyTagClassName
{
color: #B519B5;
}
</style>
background-color css
<style>
a { background-color: #B519B5; }
a { background-color: rgb(181,25,181); }
div.DivClassName
{
background-color: #B519B5;
}
.BgClassName
{
background-color: #B519B5;
}
</style>
border-color css
<style>
span { border-color: #B519B5; }
span { border-color: rgb(181,25,181); }
td.TdClassName
{
border-color: #B519B5;
}
.TagClassName
{
border-color: #B519B5;
}
</style>