Shades of Deep Magenta #B519D0
Tints of Deep Magenta #B519D0
RGB
CMYK
RGB Variations
Color information
#B519D0 (or 0xB519D0) is known color: Deep Magenta. HEX triplet: B5, 19 and D0. RGB value is (181,25,208). Sum of RGB (Red+Green+Blue) = 181+25+208=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #B519D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519D0 is #4AE62F. Grayscale: #5B5B5B. Windows color (decimal): -4908592 or 13638069. OLE color: 13638069.
HSL color Cylindrical-coordinate representation of color #B519D0: hue angle of 291.15º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519D0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 25 | 208 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.18 |
| HSL | 291.15º | 0.79% | 0.46% | - |
| HSV(B) | 291.15º | 0.88% | 0.82% | - |
| XYZ | 30.79 | 15.07 | 60.96 | - |
| YUV | 92.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 208 | 0.13 | 0.88 | 0 | 0.18 | 291.15 | 0.79 | 0.46 |
| Hex | B5 | 19 | D0 | D | 58 | 0 | 12 | 123 | 4F | 2E |
| Octal | 265 | 31 | 320 | 15 | 130 | 0 | 22 | 443 | 117 | 56 |
| Binary | 10110101 | 11001 | 11010000 | 1101 | 1011000 | 0 | 10010 | 100100011 | 1001111 | 101110 |
Color Harmonies of #B519D0
Complementary color
Monochromatic Colors of #B519D0
Black with #B519D0
Text Example
Text Example
White with #B519D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519D0; }
p { color: rgb(181,25,208); }
H1.HeaderClassName
{
color: #B519D0;
}
.AnyTagClassName
{
color: #B519D0;
}
</style>
background-color css
<style>
a { background-color: #B519D0; }
a { background-color: rgb(181,25,208); }
div.DivClassName
{
background-color: #B519D0;
}
.BgClassName
{
background-color: #B519D0;
}
</style>
border-color css
<style>
span { border-color: #B519D0; }
span { border-color: rgb(181,25,208); }
td.TdClassName
{
border-color: #B519D0;
}
.TagClassName
{
border-color: #B519D0;
}
</style>