Shades of Medium Violet Red #B519A8
Tints of Medium Violet Red #B519A8
RGB
CMYK
RGB Variations
Color information
#B519A8 (or 0xB519A8) is known color: Medium Violet Red. HEX triplet: B5, 19 and A8. RGB value is (181,25,168). Sum of RGB (Red+Green+Blue) = 181+25+168=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B519A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519A8 is #4AE657. Grayscale: #575757. Windows color (decimal): -4908632 or 11016629. OLE color: 11016629.
HSL color Cylindrical-coordinate representation of color #B519A8: hue angle of 305º 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 #B519A8 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 168 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.29 |
| HSL | 305º | 0.76% | 0.4% | - |
| HSV(B) | 305º | 0.86% | 0.71% | - |
| XYZ | 26.47 | 13.35 | 38.23 | - |
| YUV | 87.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 168 | 0 | 0.86 | 0.07 | 0.29 | 305 | 0.76 | 0.4 |
| Hex | B5 | 19 | A8 | 0 | 56 | 7 | 1D | 131 | 4C | 28 |
| Octal | 265 | 31 | 250 | 0 | 126 | 7 | 35 | 461 | 114 | 50 |
| Binary | 10110101 | 11001 | 10101000 | 0 | 1010110 | 111 | 11101 | 100110001 | 1001100 | 101000 |
Color Harmonies of #B519A8
Complementary color
Monochromatic Colors of #B519A8
Black with #B519A8
Text Example
Text Example
White with #B519A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519A8; }
p { color: rgb(181,25,168); }
H1.HeaderClassName
{
color: #B519A8;
}
.AnyTagClassName
{
color: #B519A8;
}
</style>
background-color css
<style>
a { background-color: #B519A8; }
a { background-color: rgb(181,25,168); }
div.DivClassName
{
background-color: #B519A8;
}
.BgClassName
{
background-color: #B519A8;
}
</style>
border-color css
<style>
span { border-color: #B519A8; }
span { border-color: rgb(181,25,168); }
td.TdClassName
{
border-color: #B519A8;
}
.TagClassName
{
border-color: #B519A8;
}
</style>