Shades of Medium Violet Red #B519A7
Tints of Medium Violet Red #B519A7
RGB
CMYK
RGB Variations
Color information
#B519A7 (or 0xB519A7) is known color: Medium Violet Red. HEX triplet: B5, 19 and A7. RGB value is (181,25,167). Sum of RGB (Red+Green+Blue) = 181+25+167=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B519A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519A7 is #4AE658. Grayscale: #575757. Windows color (decimal): -4908633 or 10951093. OLE color: 10951093.
HSL color Cylindrical-coordinate representation of color #B519A7: hue angle of 305.38º 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 #B519A7 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 167 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.29 |
| HSL | 305.38º | 0.76% | 0.4% | - |
| HSV(B) | 305.38º | 0.86% | 0.71% | - |
| XYZ | 26.38 | 13.31 | 37.74 | - |
| YUV | 87.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 167 | 0 | 0.86 | 0.08 | 0.29 | 305.38 | 0.76 | 0.4 |
| Hex | B5 | 19 | A7 | 0 | 56 | 8 | 1D | 131 | 4C | 28 |
| Octal | 265 | 31 | 247 | 0 | 126 | 10 | 35 | 461 | 114 | 50 |
| Binary | 10110101 | 11001 | 10100111 | 0 | 1010110 | 1000 | 11101 | 100110001 | 1001100 | 101000 |
Color Harmonies of #B519A7
Complementary color
Monochromatic Colors of #B519A7
Black with #B519A7
Text Example
Text Example
White with #B519A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519A7; }
p { color: rgb(181,25,167); }
H1.HeaderClassName
{
color: #B519A7;
}
.AnyTagClassName
{
color: #B519A7;
}
</style>
background-color css
<style>
a { background-color: #B519A7; }
a { background-color: rgb(181,25,167); }
div.DivClassName
{
background-color: #B519A7;
}
.BgClassName
{
background-color: #B519A7;
}
</style>
border-color css
<style>
span { border-color: #B519A7; }
span { border-color: rgb(181,25,167); }
td.TdClassName
{
border-color: #B519A7;
}
.TagClassName
{
border-color: #B519A7;
}
</style>