Shades of Deep Magenta #B516D0
Tints of Deep Magenta #B516D0
RGB
CMYK
RGB Variations
Color information
#B516D0 (or 0xB516D0) is known color: Deep Magenta. HEX triplet: B5, 16 and D0. RGB value is (181,22,208). Sum of RGB (Red+Green+Blue) = 181+22+208=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #B516D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516D0 is #4AE92F. Grayscale: #5A5A5A. Windows color (decimal): -4909360 or 13637301. OLE color: 13637301.
HSL color Cylindrical-coordinate representation of color #B516D0: hue angle of 291.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B516D0 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 22 | 208 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.18 |
| HSL | 291.29º | 0.81% | 0.45% | - |
| HSV(B) | 291.29º | 0.89% | 0.82% | - |
| XYZ | 30.73 | 14.95 | 60.94 | - |
| YUV | 90.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 208 | 0.13 | 0.89 | 0 | 0.18 | 291.29 | 0.81 | 0.45 |
| Hex | B5 | 16 | D0 | D | 59 | 0 | 12 | 123 | 51 | 2D |
| Octal | 265 | 26 | 320 | 15 | 131 | 0 | 22 | 443 | 121 | 55 |
| Binary | 10110101 | 10110 | 11010000 | 1101 | 1011001 | 0 | 10010 | 100100011 | 1010001 | 101101 |
Color Harmonies of #B516D0
Complementary color
Monochromatic Colors of #B516D0
Black with #B516D0
Text Example
Text Example
White with #B516D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516D0; }
p { color: rgb(181,22,208); }
H1.HeaderClassName
{
color: #B516D0;
}
.AnyTagClassName
{
color: #B516D0;
}
</style>
background-color css
<style>
a { background-color: #B516D0; }
a { background-color: rgb(181,22,208); }
div.DivClassName
{
background-color: #B516D0;
}
.BgClassName
{
background-color: #B516D0;
}
</style>
border-color css
<style>
span { border-color: #B516D0; }
span { border-color: rgb(181,22,208); }
td.TdClassName
{
border-color: #B516D0;
}
.TagClassName
{
border-color: #B516D0;
}
</style>