Shades of Medium Violet Red #B516A1
Tints of Medium Violet Red #B516A1
RGB
CMYK
RGB Variations
Color information
#B516A1 (or 0xB516A1) is known color: Medium Violet Red. HEX triplet: B5, 16 and A1. RGB value is (181,22,161). Sum of RGB (Red+Green+Blue) = 181+22+161=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B516A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B516A1 is #4AE95E. Grayscale: #545454. Windows color (decimal): -4909407 or 10557109. OLE color: 10557109.
HSL color Cylindrical-coordinate representation of color #B516A1: hue angle of 307.55º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B516A1 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 161 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.29 |
| HSL | 307.55º | 0.78% | 0.4% | - |
| HSV(B) | 307.55º | 0.88% | 0.71% | - |
| XYZ | 25.78 | 12.97 | 34.86 | - |
| YUV | 85.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 161 | 0 | 0.88 | 0.11 | 0.29 | 307.55 | 0.78 | 0.4 |
| Hex | B5 | 16 | A1 | 0 | 58 | B | 1D | 134 | 4E | 28 |
| Octal | 265 | 26 | 241 | 0 | 130 | 13 | 35 | 464 | 116 | 50 |
| Binary | 10110101 | 10110 | 10100001 | 0 | 1011000 | 1011 | 11101 | 100110100 | 1001110 | 101000 |
Color Harmonies of #B516A1
Complementary color
Monochromatic Colors of #B516A1
Black with #B516A1
Text Example
Text Example
White with #B516A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516A1; }
p { color: rgb(181,22,161); }
H1.HeaderClassName
{
color: #B516A1;
}
.AnyTagClassName
{
color: #B516A1;
}
</style>
background-color css
<style>
a { background-color: #B516A1; }
a { background-color: rgb(181,22,161); }
div.DivClassName
{
background-color: #B516A1;
}
.BgClassName
{
background-color: #B516A1;
}
</style>
border-color css
<style>
span { border-color: #B516A1; }
span { border-color: rgb(181,22,161); }
td.TdClassName
{
border-color: #B516A1;
}
.TagClassName
{
border-color: #B516A1;
}
</style>