Shades of Medium Violet Red #B519A0
Tints of Medium Violet Red #B519A0
RGB
CMYK
RGB Variations
Color information
#B519A0 (or 0xB519A0) is known color: Medium Violet Red. HEX triplet: B5, 19 and A0. RGB value is (181,25,160). Sum of RGB (Red+Green+Blue) = 181+25+160=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B519A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519A0 is #4AE65F. Grayscale: #565656. Windows color (decimal): -4908640 or 10492341. OLE color: 10492341.
HSL color Cylindrical-coordinate representation of color #B519A0: hue angle of 308.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519A0 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 160 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.29 |
| HSL | 308.08º | 0.76% | 0.4% | - |
| HSV(B) | 308.08º | 0.86% | 0.71% | - |
| XYZ | 25.75 | 13.06 | 34.42 | - |
| YUV | 87.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 160 | 0 | 0.86 | 0.12 | 0.29 | 308.08 | 0.76 | 0.4 |
| Hex | B5 | 19 | A0 | 0 | 56 | C | 1D | 134 | 4C | 28 |
| Octal | 265 | 31 | 240 | 0 | 126 | 14 | 35 | 464 | 114 | 50 |
| Binary | 10110101 | 11001 | 10100000 | 0 | 1010110 | 1100 | 11101 | 100110100 | 1001100 | 101000 |
Color Harmonies of #B519A0
Complementary color
Monochromatic Colors of #B519A0
Black with #B519A0
Text Example
Text Example
White with #B519A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519A0; }
p { color: rgb(181,25,160); }
H1.HeaderClassName
{
color: #B519A0;
}
.AnyTagClassName
{
color: #B519A0;
}
</style>
background-color css
<style>
a { background-color: #B519A0; }
a { background-color: rgb(181,25,160); }
div.DivClassName
{
background-color: #B519A0;
}
.BgClassName
{
background-color: #B519A0;
}
</style>
border-color css
<style>
span { border-color: #B519A0; }
span { border-color: rgb(181,25,160); }
td.TdClassName
{
border-color: #B519A0;
}
.TagClassName
{
border-color: #B519A0;
}
</style>