Shades of Deep Magenta #B515D1
Tints of Deep Magenta #B515D1
RGB
CMYK
RGB Variations
Color information
#B515D1 (or 0xB515D1) is known color: Deep Magenta. HEX triplet: B5, 15 and D1. RGB value is (181,21,209). Sum of RGB (Red+Green+Blue) = 181+21+209=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #B515D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515D1 is #4AEA2E. Grayscale: #595959. Windows color (decimal): -4909615 or 13702581. OLE color: 13702581.
HSL color Cylindrical-coordinate representation of color #B515D1: hue angle of 291.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B515D1 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 21 | 209 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.18 |
| HSL | 291.06º | 0.82% | 0.45% | - |
| HSV(B) | 291.06º | 0.9% | 0.82% | - |
| XYZ | 30.83 | 14.96 | 61.58 | - |
| YUV | 90.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 21 | 209 | 0.13 | 0.90 | 0 | 0.18 | 291.06 | 0.82 | 0.45 |
| Hex | B5 | 15 | D1 | D | 5A | 0 | 12 | 123 | 52 | 2D |
| Octal | 265 | 25 | 321 | 15 | 132 | 0 | 22 | 443 | 122 | 55 |
| Binary | 10110101 | 10101 | 11010001 | 1101 | 1011010 | 0 | 10010 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B515D1
Complementary color
Monochromatic Colors of #B515D1
Black with #B515D1
Text Example
Text Example
White with #B515D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B515D1; }
p { color: rgb(181,21,209); }
H1.HeaderClassName
{
color: #B515D1;
}
.AnyTagClassName
{
color: #B515D1;
}
</style>
background-color css
<style>
a { background-color: #B515D1; }
a { background-color: rgb(181,21,209); }
div.DivClassName
{
background-color: #B515D1;
}
.BgClassName
{
background-color: #B515D1;
}
</style>
border-color css
<style>
span { border-color: #B515D1; }
span { border-color: rgb(181,21,209); }
td.TdClassName
{
border-color: #B515D1;
}
.TagClassName
{
border-color: #B515D1;
}
</style>