Shades of Medium Violet Red #BA0981
Tints of Medium Violet Red #BA0981
RGB
CMYK
RGB Variations
Color information
#BA0981 (or 0xBA0981) is known color: Medium Violet Red. HEX triplet: BA, 09 and 81. RGB value is (186,9,129). Sum of RGB (Red+Green+Blue) = 186+9+129=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0981 is #45F67E. Grayscale: #4B4B4B. Windows color (decimal): -4585087 or 8456634. OLE color: 8456634.
HSL color Cylindrical-coordinate representation of color #BA0981: hue angle of 319.32º degrees, saturation: 0.91, 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 #BA0981 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 129 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.27 |
| HSL | 319.32º | 0.91% | 0.38% | - |
| HSV(B) | 319.32º | 0.95% | 0.73% | - |
| XYZ | 24.31 | 12.22 | 21.85 | - |
| YUV | 75.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 129 | 0 | 0.95 | 0.31 | 0.27 | 319.32 | 0.91 | 0.38 |
| Hex | BA | 9 | 81 | 0 | 5F | 1F | 1B | 13F | 5B | 26 |
| Octal | 272 | 11 | 201 | 0 | 137 | 37 | 33 | 477 | 133 | 46 |
| Binary | 10111010 | 1001 | 10000001 | 0 | 1011111 | 11111 | 11011 | 100111111 | 1011011 | 100110 |
Color Harmonies of #BA0981
Complementary color
Monochromatic Colors of #BA0981
Black with #BA0981
Text Example
Text Example
White with #BA0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0981; }
p { color: rgb(186,9,129); }
H1.HeaderClassName
{
color: #BA0981;
}
.AnyTagClassName
{
color: #BA0981;
}
</style>
background-color css
<style>
a { background-color: #BA0981; }
a { background-color: rgb(186,9,129); }
div.DivClassName
{
background-color: #BA0981;
}
.BgClassName
{
background-color: #BA0981;
}
</style>
border-color css
<style>
span { border-color: #BA0981; }
span { border-color: rgb(186,9,129); }
td.TdClassName
{
border-color: #BA0981;
}
.TagClassName
{
border-color: #BA0981;
}
</style>