Shades of Medium Violet Red #BA11A8
Tints of Medium Violet Red #BA11A8
RGB
CMYK
RGB Variations
Color information
#BA11A8 (or 0xBA11A8) is known color: Medium Violet Red. HEX triplet: BA, 11 and A8. RGB value is (186,17,168). Sum of RGB (Red+Green+Blue) = 186+17+168=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11A8 is #45EE57. Grayscale: #545454. Windows color (decimal): -4583000 or 11014586. OLE color: 11014586.
HSL color Cylindrical-coordinate representation of color #BA11A8: hue angle of 306.39º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11A8 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 168 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.27 |
| HSL | 306.39º | 0.83% | 0.4% | - |
| HSV(B) | 306.39º | 0.91% | 0.73% | - |
| XYZ | 27.52 | 13.67 | 38.23 | - |
| YUV | 84.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 168 | 0 | 0.91 | 0.10 | 0.27 | 306.39 | 0.83 | 0.4 |
| Hex | BA | 11 | A8 | 0 | 5B | A | 1B | 132 | 53 | 28 |
| Octal | 272 | 21 | 250 | 0 | 133 | 12 | 33 | 462 | 123 | 50 |
| Binary | 10111010 | 10001 | 10101000 | 0 | 1011011 | 1010 | 11011 | 100110010 | 1010011 | 101000 |
Color Harmonies of #BA11A8
Complementary color
Monochromatic Colors of #BA11A8
Black with #BA11A8
Text Example
Text Example
White with #BA11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11A8; }
p { color: rgb(186,17,168); }
H1.HeaderClassName
{
color: #BA11A8;
}
.AnyTagClassName
{
color: #BA11A8;
}
</style>
background-color css
<style>
a { background-color: #BA11A8; }
a { background-color: rgb(186,17,168); }
div.DivClassName
{
background-color: #BA11A8;
}
.BgClassName
{
background-color: #BA11A8;
}
</style>
border-color css
<style>
span { border-color: #BA11A8; }
span { border-color: rgb(186,17,168); }
td.TdClassName
{
border-color: #BA11A8;
}
.TagClassName
{
border-color: #BA11A8;
}
</style>