Shades of Medium Violet Red #BA19A8
Tints of Medium Violet Red #BA19A8
RGB
CMYK
RGB Variations
Color information
#BA19A8 (or 0xBA19A8) is known color: Medium Violet Red. HEX triplet: BA, 19 and A8. RGB value is (186,25,168). Sum of RGB (Red+Green+Blue) = 186+25+168=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19A8 is #45E657. Grayscale: #595959. Windows color (decimal): -4580952 or 11016634. OLE color: 11016634.
HSL color Cylindrical-coordinate representation of color #BA19A8: hue angle of 306.71º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19A8 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 168 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.27 |
| HSL | 306.71º | 0.76% | 0.41% | - |
| HSV(B) | 306.71º | 0.87% | 0.73% | - |
| XYZ | 27.67 | 13.96 | 38.28 | - |
| YUV | 89.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 168 | 0 | 0.87 | 0.10 | 0.27 | 306.71 | 0.76 | 0.41 |
| Hex | BA | 19 | A8 | 0 | 57 | A | 1B | 133 | 4C | 29 |
| Octal | 272 | 31 | 250 | 0 | 127 | 12 | 33 | 463 | 114 | 51 |
| Binary | 10111010 | 11001 | 10101000 | 0 | 1010111 | 1010 | 11011 | 100110011 | 1001100 | 101001 |
Color Harmonies of #BA19A8
Complementary color
Monochromatic Colors of #BA19A8
Black with #BA19A8
Text Example
Text Example
White with #BA19A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19A8; }
p { color: rgb(186,25,168); }
H1.HeaderClassName
{
color: #BA19A8;
}
.AnyTagClassName
{
color: #BA19A8;
}
</style>
background-color css
<style>
a { background-color: #BA19A8; }
a { background-color: rgb(186,25,168); }
div.DivClassName
{
background-color: #BA19A8;
}
.BgClassName
{
background-color: #BA19A8;
}
</style>
border-color css
<style>
span { border-color: #BA19A8; }
span { border-color: rgb(186,25,168); }
td.TdClassName
{
border-color: #BA19A8;
}
.TagClassName
{
border-color: #BA19A8;
}
</style>