Shades of Deep Magenta #B516CC
Tints of Deep Magenta #B516CC
RGB
CMYK
RGB Variations
Color information
#B516CC (or 0xB516CC) is known color: Deep Magenta. HEX triplet: B5, 16 and CC. RGB value is (181,22,204). Sum of RGB (Red+Green+Blue) = 181+22+204=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B516CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516CC is #4AE933. Grayscale: #595959. Windows color (decimal): -4909364 or 13375157. OLE color: 13375157.
HSL color Cylindrical-coordinate representation of color #B516CC: hue angle of 292.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B516CC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 22 | 204 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.2 |
| HSL | 292.42º | 0.81% | 0.44% | - |
| HSV(B) | 292.42º | 0.89% | 0.8% | - |
| XYZ | 30.24 | 14.76 | 58.38 | - |
| YUV | 90.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 204 | 0.11 | 0.89 | 0 | 0.2 | 292.42 | 0.81 | 0.44 |
| Hex | B5 | 16 | CC | B | 59 | 0 | 14 | 124 | 51 | 2C |
| Octal | 265 | 26 | 314 | 13 | 131 | 0 | 24 | 444 | 121 | 54 |
| Binary | 10110101 | 10110 | 11001100 | 1011 | 1011001 | 0 | 10100 | 100100100 | 1010001 | 101100 |
Color Harmonies of #B516CC
Complementary color
Monochromatic Colors of #B516CC
Black with #B516CC
Text Example
Text Example
White with #B516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516CC; }
p { color: rgb(181,22,204); }
H1.HeaderClassName
{
color: #B516CC;
}
.AnyTagClassName
{
color: #B516CC;
}
</style>
background-color css
<style>
a { background-color: #B516CC; }
a { background-color: rgb(181,22,204); }
div.DivClassName
{
background-color: #B516CC;
}
.BgClassName
{
background-color: #B516CC;
}
</style>
border-color css
<style>
span { border-color: #B516CC; }
span { border-color: rgb(181,22,204); }
td.TdClassName
{
border-color: #B516CC;
}
.TagClassName
{
border-color: #B516CC;
}
</style>