Shades of Deep Magenta #B516DC
Tints of Deep Magenta #B516DC
RGB
CMYK
RGB Variations
Color information
#B516DC (or 0xB516DC) is known color: Deep Magenta. HEX triplet: B5, 16 and DC. RGB value is (181,22,220). Sum of RGB (Red+Green+Blue) = 181+22+220=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #B516DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516DC is #4AE923. Grayscale: #5B5B5B. Windows color (decimal): -4909348 or 14423733. OLE color: 14423733.
HSL color Cylindrical-coordinate representation of color #B516DC: hue angle of 288.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B516DC is Cyan = 0.18, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 22 | 220 | - |
| CMYK | 0.18 | 0.9 | 0 | 0.14 |
| HSL | 288.18º | 0.82% | 0.47% | - |
| HSV(B) | 288.18º | 0.9% | 0.86% | - |
| XYZ | 32.26 | 15.56 | 69.01 | - |
| YUV | 92.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 220 | 0.18 | 0.9 | 0 | 0.14 | 288.18 | 0.82 | 0.47 |
| Hex | B5 | 16 | DC | 12 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 265 | 26 | 334 | 22 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110101 | 10110 | 11011100 | 10010 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B516DC
Complementary color
Monochromatic Colors of #B516DC
Black with #B516DC
Text Example
Text Example
White with #B516DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516DC; }
p { color: rgb(181,22,220); }
H1.HeaderClassName
{
color: #B516DC;
}
.AnyTagClassName
{
color: #B516DC;
}
</style>
background-color css
<style>
a { background-color: #B516DC; }
a { background-color: rgb(181,22,220); }
div.DivClassName
{
background-color: #B516DC;
}
.BgClassName
{
background-color: #B516DC;
}
</style>
border-color css
<style>
span { border-color: #B516DC; }
span { border-color: rgb(181,22,220); }
td.TdClassName
{
border-color: #B516DC;
}
.TagClassName
{
border-color: #B516DC;
}
</style>