Shades of Deep Magenta #B516DD
Tints of Deep Magenta #B516DD
RGB
CMYK
RGB Variations
Color information
#B516DD (or 0xB516DD) is known color: Deep Magenta. HEX triplet: B5, 16 and DD. RGB value is (181,22,221). Sum of RGB (Red+Green+Blue) = 181+22+221=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B516DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516DD is #4AE922. Grayscale: #5B5B5B. Windows color (decimal): -4909347 or 14489269. OLE color: 14489269.
HSL color Cylindrical-coordinate representation of color #B516DD: hue angle of 287.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B516DD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 22 | 221 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 287.94º | 0.82% | 0.48% | - |
| HSV(B) | 287.94º | 0.9% | 0.87% | - |
| XYZ | 32.39 | 15.62 | 69.71 | - |
| YUV | 92.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 221 | 0.18 | 0.90 | 0 | 0.13 | 287.94 | 0.82 | 0.48 |
| Hex | B5 | 16 | DD | 12 | 5A | 0 | D | 120 | 52 | 30 |
| Octal | 265 | 26 | 335 | 22 | 132 | 0 | 15 | 440 | 122 | 60 |
| Binary | 10110101 | 10110 | 11011101 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010010 | 110000 |
Color Harmonies of #B516DD
Complementary color
Monochromatic Colors of #B516DD
Black with #B516DD
Text Example
Text Example
White with #B516DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516DD; }
p { color: rgb(181,22,221); }
H1.HeaderClassName
{
color: #B516DD;
}
.AnyTagClassName
{
color: #B516DD;
}
</style>
background-color css
<style>
a { background-color: #B516DD; }
a { background-color: rgb(181,22,221); }
div.DivClassName
{
background-color: #B516DD;
}
.BgClassName
{
background-color: #B516DD;
}
</style>
border-color css
<style>
span { border-color: #B516DD; }
span { border-color: rgb(181,22,221); }
td.TdClassName
{
border-color: #B516DD;
}
.TagClassName
{
border-color: #B516DD;
}
</style>