Shades of Medium Violet Red #B519A2
Tints of Medium Violet Red #B519A2
RGB
CMYK
RGB Variations
Color information
#B519A2 (or 0xB519A2) is known color: Medium Violet Red. HEX triplet: B5, 19 and A2. RGB value is (181,25,162). Sum of RGB (Red+Green+Blue) = 181+25+162=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B519A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519A2 is #4AE65D. Grayscale: #565656. Windows color (decimal): -4908638 or 10623413. OLE color: 10623413.
HSL color Cylindrical-coordinate representation of color #B519A2: hue angle of 307.31º 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 #B519A2 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 162 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.29 |
| HSL | 307.31º | 0.76% | 0.4% | - |
| HSV(B) | 307.31º | 0.86% | 0.71% | - |
| XYZ | 25.93 | 13.13 | 35.35 | - |
| YUV | 87.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 162 | 0 | 0.86 | 0.10 | 0.29 | 307.31 | 0.76 | 0.4 |
| Hex | B5 | 19 | A2 | 0 | 56 | A | 1D | 133 | 4C | 28 |
| Octal | 265 | 31 | 242 | 0 | 126 | 12 | 35 | 463 | 114 | 50 |
| Binary | 10110101 | 11001 | 10100010 | 0 | 1010110 | 1010 | 11101 | 100110011 | 1001100 | 101000 |
Color Harmonies of #B519A2
Complementary color
Monochromatic Colors of #B519A2
Black with #B519A2
Text Example
Text Example
White with #B519A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519A2; }
p { color: rgb(181,25,162); }
H1.HeaderClassName
{
color: #B519A2;
}
.AnyTagClassName
{
color: #B519A2;
}
</style>
background-color css
<style>
a { background-color: #B519A2; }
a { background-color: rgb(181,25,162); }
div.DivClassName
{
background-color: #B519A2;
}
.BgClassName
{
background-color: #B519A2;
}
</style>
border-color css
<style>
span { border-color: #B519A2; }
span { border-color: rgb(181,25,162); }
td.TdClassName
{
border-color: #B519A2;
}
.TagClassName
{
border-color: #B519A2;
}
</style>