Shades of Medium Violet Red #BA14A8
Tints of Medium Violet Red #BA14A8
RGB
CMYK
RGB Variations
Color information
#BA14A8 (or 0xBA14A8) is known color: Medium Violet Red. HEX triplet: BA, 14 and A8. RGB value is (186,20,168). Sum of RGB (Red+Green+Blue) = 186+20+168=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14A8 is #45EB57. Grayscale: #565656. Windows color (decimal): -4582232 or 11015354. OLE color: 11015354.
HSL color Cylindrical-coordinate representation of color #BA14A8: hue angle of 306.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14A8 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 168 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.27 |
| HSL | 306.51º | 0.81% | 0.4% | - |
| HSV(B) | 306.51º | 0.89% | 0.73% | - |
| XYZ | 27.57 | 13.77 | 38.25 | - |
| YUV | 86.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 168 | 0 | 0.89 | 0.10 | 0.27 | 306.51 | 0.81 | 0.4 |
| Hex | BA | 14 | A8 | 0 | 59 | A | 1B | 133 | 51 | 28 |
| Octal | 272 | 24 | 250 | 0 | 131 | 12 | 33 | 463 | 121 | 50 |
| Binary | 10111010 | 10100 | 10101000 | 0 | 1011001 | 1010 | 11011 | 100110011 | 1010001 | 101000 |
Color Harmonies of #BA14A8
Complementary color
Monochromatic Colors of #BA14A8
Black with #BA14A8
Text Example
Text Example
White with #BA14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14A8; }
p { color: rgb(186,20,168); }
H1.HeaderClassName
{
color: #BA14A8;
}
.AnyTagClassName
{
color: #BA14A8;
}
</style>
background-color css
<style>
a { background-color: #BA14A8; }
a { background-color: rgb(186,20,168); }
div.DivClassName
{
background-color: #BA14A8;
}
.BgClassName
{
background-color: #BA14A8;
}
</style>
border-color css
<style>
span { border-color: #BA14A8; }
span { border-color: rgb(186,20,168); }
td.TdClassName
{
border-color: #BA14A8;
}
.TagClassName
{
border-color: #BA14A8;
}
</style>