Shades of Medium Violet Red #BA0A9C
Tints of Medium Violet Red #BA0A9C
RGB
CMYK
RGB Variations
Color information
#BA0A9C (or 0xBA0A9C) is known color: Medium Violet Red. HEX triplet: BA, 0A and 9C. RGB value is (186,10,156). Sum of RGB (Red+Green+Blue) = 186+10+156=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0A9C is #45F563. Grayscale: #4E4E4E. Windows color (decimal): -4584804 or 10226362. OLE color: 10226362.
HSL color Cylindrical-coordinate representation of color #BA0A9C: hue angle of 310.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A9C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 156 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.27 |
| HSL | 310.23º | 0.9% | 0.38% | - |
| HSV(B) | 310.23º | 0.95% | 0.73% | - |
| XYZ | 26.36 | 13.06 | 32.58 | - |
| YUV | 79.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 156 | 0 | 0.95 | 0.16 | 0.27 | 310.23 | 0.9 | 0.38 |
| Hex | BA | A | 9C | 0 | 5F | 10 | 1B | 136 | 5A | 26 |
| Octal | 272 | 12 | 234 | 0 | 137 | 20 | 33 | 466 | 132 | 46 |
| Binary | 10111010 | 1010 | 10011100 | 0 | 1011111 | 10000 | 11011 | 100110110 | 1011010 | 100110 |
Color Harmonies of #BA0A9C
Complementary color
Monochromatic Colors of #BA0A9C
Black with #BA0A9C
Text Example
Text Example
White with #BA0A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A9C; }
p { color: rgb(186,10,156); }
H1.HeaderClassName
{
color: #BA0A9C;
}
.AnyTagClassName
{
color: #BA0A9C;
}
</style>
background-color css
<style>
a { background-color: #BA0A9C; }
a { background-color: rgb(186,10,156); }
div.DivClassName
{
background-color: #BA0A9C;
}
.BgClassName
{
background-color: #BA0A9C;
}
</style>
border-color css
<style>
span { border-color: #BA0A9C; }
span { border-color: rgb(186,10,156); }
td.TdClassName
{
border-color: #BA0A9C;
}
.TagClassName
{
border-color: #BA0A9C;
}
</style>