Shades of Medium Violet Red #BA0A8A
Tints of Medium Violet Red #BA0A8A
RGB
CMYK
RGB Variations
Color information
#BA0A8A (or 0xBA0A8A) is known color: Medium Violet Red. HEX triplet: BA, 0A and 8A. RGB value is (186,10,138). Sum of RGB (Red+Green+Blue) = 186+10+138=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0A8A is #45F575. Grayscale: #4C4C4C. Windows color (decimal): -4584822 or 9046714. OLE color: 9046714.
HSL color Cylindrical-coordinate representation of color #BA0A8A: hue angle of 316.36º 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 #BA0A8A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.27 |
| HSL | 316.36º | 0.9% | 0.38% | - |
| HSV(B) | 316.36º | 0.95% | 0.73% | - |
| XYZ | 24.95 | 12.49 | 25.14 | - |
| YUV | 77.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 138 | 0 | 0.95 | 0.26 | 0.27 | 316.36 | 0.9 | 0.38 |
| Hex | BA | A | 8A | 0 | 5F | 1A | 1B | 13C | 5A | 26 |
| Octal | 272 | 12 | 212 | 0 | 137 | 32 | 33 | 474 | 132 | 46 |
| Binary | 10111010 | 1010 | 10001010 | 0 | 1011111 | 11010 | 11011 | 100111100 | 1011010 | 100110 |
Color Harmonies of #BA0A8A
Complementary color
Monochromatic Colors of #BA0A8A
Black with #BA0A8A
Text Example
Text Example
White with #BA0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A8A; }
p { color: rgb(186,10,138); }
H1.HeaderClassName
{
color: #BA0A8A;
}
.AnyTagClassName
{
color: #BA0A8A;
}
</style>
background-color css
<style>
a { background-color: #BA0A8A; }
a { background-color: rgb(186,10,138); }
div.DivClassName
{
background-color: #BA0A8A;
}
.BgClassName
{
background-color: #BA0A8A;
}
</style>
border-color css
<style>
span { border-color: #BA0A8A; }
span { border-color: rgb(186,10,138); }
td.TdClassName
{
border-color: #BA0A8A;
}
.TagClassName
{
border-color: #BA0A8A;
}
</style>