Shades of Deep Magenta #B516BA
Tints of Deep Magenta #B516BA
RGB
CMYK
RGB Variations
Color information
#B516BA (or 0xB516BA) is known color: Deep Magenta. HEX triplet: B5, 16 and BA. RGB value is (181,22,186). Sum of RGB (Red+Green+Blue) = 181+22+186=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #B516BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516BA is #4AE945. Grayscale: #575757. Windows color (decimal): -4909382 or 12195509. OLE color: 12195509.
HSL color Cylindrical-coordinate representation of color #B516BA: hue angle of 298.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B516BA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 22 | 186 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.27 |
| HSL | 298.17º | 0.79% | 0.41% | - |
| HSV(B) | 298.17º | 0.88% | 0.73% | - |
| XYZ | 28.21 | 13.94 | 47.66 | - |
| YUV | 88.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 186 | 0.03 | 0.88 | 0 | 0.27 | 298.17 | 0.79 | 0.41 |
| Hex | B5 | 16 | BA | 3 | 58 | 0 | 1B | 12A | 4F | 29 |
| Octal | 265 | 26 | 272 | 3 | 130 | 0 | 33 | 452 | 117 | 51 |
| Binary | 10110101 | 10110 | 10111010 | 11 | 1011000 | 0 | 11011 | 100101010 | 1001111 | 101001 |
Color Harmonies of #B516BA
Complementary color
Monochromatic Colors of #B516BA
Black with #B516BA
Text Example
Text Example
White with #B516BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516BA; }
p { color: rgb(181,22,186); }
H1.HeaderClassName
{
color: #B516BA;
}
.AnyTagClassName
{
color: #B516BA;
}
</style>
background-color css
<style>
a { background-color: #B516BA; }
a { background-color: rgb(181,22,186); }
div.DivClassName
{
background-color: #B516BA;
}
.BgClassName
{
background-color: #B516BA;
}
</style>
border-color css
<style>
span { border-color: #B516BA; }
span { border-color: rgb(181,22,186); }
td.TdClassName
{
border-color: #B516BA;
}
.TagClassName
{
border-color: #B516BA;
}
</style>