Shades of Deep Magenta #B519D7
Tints of Deep Magenta #B519D7
RGB
CMYK
RGB Variations
Color information
#B519D7 (or 0xB519D7) is known color: Deep Magenta. HEX triplet: B5, 19 and D7. RGB value is (181,25,215). Sum of RGB (Red+Green+Blue) = 181+25+215=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #B519D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519D7 is #4AE628. Grayscale: #5C5C5C. Windows color (decimal): -4908585 or 14096821. OLE color: 14096821.
HSL color Cylindrical-coordinate representation of color #B519D7: hue angle of 289.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519D7 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 25 | 215 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.16 |
| HSL | 289.26º | 0.79% | 0.47% | - |
| HSV(B) | 289.26º | 0.88% | 0.84% | - |
| XYZ | 31.67 | 15.43 | 65.6 | - |
| YUV | 93.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 215 | 0.16 | 0.88 | 0 | 0.16 | 289.26 | 0.79 | 0.47 |
| Hex | B5 | 19 | D7 | 10 | 58 | 0 | 10 | 121 | 4F | 2F |
| Octal | 265 | 31 | 327 | 20 | 130 | 0 | 20 | 441 | 117 | 57 |
| Binary | 10110101 | 11001 | 11010111 | 10000 | 1011000 | 0 | 10000 | 100100001 | 1001111 | 101111 |
Color Harmonies of #B519D7
Complementary color
Monochromatic Colors of #B519D7
Black with #B519D7
Text Example
Text Example
White with #B519D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519D7; }
p { color: rgb(181,25,215); }
H1.HeaderClassName
{
color: #B519D7;
}
.AnyTagClassName
{
color: #B519D7;
}
</style>
background-color css
<style>
a { background-color: #B519D7; }
a { background-color: rgb(181,25,215); }
div.DivClassName
{
background-color: #B519D7;
}
.BgClassName
{
background-color: #B519D7;
}
</style>
border-color css
<style>
span { border-color: #B519D7; }
span { border-color: rgb(181,25,215); }
td.TdClassName
{
border-color: #B519D7;
}
.TagClassName
{
border-color: #B519D7;
}
</style>