Shades of Medium Violet Red #BA0A8D
Tints of Medium Violet Red #BA0A8D
RGB
CMYK
RGB Variations
Color information
#BA0A8D (or 0xBA0A8D) is known color: Medium Violet Red. HEX triplet: BA, 0A and 8D. RGB value is (186,10,141). Sum of RGB (Red+Green+Blue) = 186+10+141=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0A8D is #45F572. Grayscale: #4D4D4D. Windows color (decimal): -4584819 or 9243322. OLE color: 9243322.
HSL color Cylindrical-coordinate representation of color #BA0A8D: hue angle of 315.34º 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 #BA0A8D is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.27 |
| HSL | 315.34º | 0.9% | 0.38% | - |
| HSV(B) | 315.34º | 0.95% | 0.73% | - |
| XYZ | 25.17 | 12.58 | 26.3 | - |
| YUV | 77.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 141 | 0 | 0.95 | 0.24 | 0.27 | 315.34 | 0.9 | 0.38 |
| Hex | BA | A | 8D | 0 | 5F | 18 | 1B | 13B | 5A | 26 |
| Octal | 272 | 12 | 215 | 0 | 137 | 30 | 33 | 473 | 132 | 46 |
| Binary | 10111010 | 1010 | 10001101 | 0 | 1011111 | 11000 | 11011 | 100111011 | 1011010 | 100110 |
Color Harmonies of #BA0A8D
Complementary color
Monochromatic Colors of #BA0A8D
Black with #BA0A8D
Text Example
Text Example
White with #BA0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A8D; }
p { color: rgb(186,10,141); }
H1.HeaderClassName
{
color: #BA0A8D;
}
.AnyTagClassName
{
color: #BA0A8D;
}
</style>
background-color css
<style>
a { background-color: #BA0A8D; }
a { background-color: rgb(186,10,141); }
div.DivClassName
{
background-color: #BA0A8D;
}
.BgClassName
{
background-color: #BA0A8D;
}
</style>
border-color css
<style>
span { border-color: #BA0A8D; }
span { border-color: rgb(186,10,141); }
td.TdClassName
{
border-color: #BA0A8D;
}
.TagClassName
{
border-color: #BA0A8D;
}
</style>