Shades of Medium Violet Red #BA0A7A
Tints of Medium Violet Red #BA0A7A
RGB
CMYK
RGB Variations
Color information
#BA0A7A (or 0xBA0A7A) is known color: Medium Violet Red. HEX triplet: BA, 0A and 7A. RGB value is (186,10,122). Sum of RGB (Red+Green+Blue) = 186+10+122=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A7A is #45F585. Grayscale: #4B4B4B. Windows color (decimal): -4584838 or 7998138. OLE color: 7998138.
HSL color Cylindrical-coordinate representation of color #BA0A7A: hue angle of 321.82º 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 #BA0A7A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.27 |
| HSL | 321.82º | 0.9% | 0.38% | - |
| HSV(B) | 321.82º | 0.95% | 0.73% | - |
| XYZ | 23.87 | 12.06 | 19.48 | - |
| YUV | 75.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 122 | 0 | 0.95 | 0.34 | 0.27 | 321.82 | 0.9 | 0.38 |
| Hex | BA | A | 7A | 0 | 5F | 22 | 1B | 142 | 5A | 26 |
| Octal | 272 | 12 | 172 | 0 | 137 | 42 | 33 | 502 | 132 | 46 |
| Binary | 10111010 | 1010 | 1111010 | 0 | 1011111 | 100010 | 11011 | 101000010 | 1011010 | 100110 |
Color Harmonies of #BA0A7A
Complementary color
Monochromatic Colors of #BA0A7A
Black with #BA0A7A
Text Example
Text Example
White with #BA0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A7A; }
p { color: rgb(186,10,122); }
H1.HeaderClassName
{
color: #BA0A7A;
}
.AnyTagClassName
{
color: #BA0A7A;
}
</style>
background-color css
<style>
a { background-color: #BA0A7A; }
a { background-color: rgb(186,10,122); }
div.DivClassName
{
background-color: #BA0A7A;
}
.BgClassName
{
background-color: #BA0A7A;
}
</style>
border-color css
<style>
span { border-color: #BA0A7A; }
span { border-color: rgb(186,10,122); }
td.TdClassName
{
border-color: #BA0A7A;
}
.TagClassName
{
border-color: #BA0A7A;
}
</style>