Shades of Medium Violet Red #BA097E
Tints of Medium Violet Red #BA097E
RGB
CMYK
RGB Variations
Color information
#BA097E (or 0xBA097E) is known color: Medium Violet Red. HEX triplet: BA, 09 and 7E. RGB value is (186,9,126). Sum of RGB (Red+Green+Blue) = 186+9+126=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA097E is #45F681. Grayscale: #4A4A4A. Windows color (decimal): -4585090 or 8260026. OLE color: 8260026.
HSL color Cylindrical-coordinate representation of color #BA097E: hue angle of 320.34º 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 #BA097E is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.27 |
| HSL | 320.34º | 0.91% | 0.38% | - |
| HSV(B) | 320.34º | 0.95% | 0.73% | - |
| XYZ | 24.11 | 12.14 | 20.81 | - |
| YUV | 75.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 126 | 0 | 0.95 | 0.32 | 0.27 | 320.34 | 0.91 | 0.38 |
| Hex | BA | 9 | 7E | 0 | 5F | 20 | 1B | 140 | 5B | 26 |
| Octal | 272 | 11 | 176 | 0 | 137 | 40 | 33 | 500 | 133 | 46 |
| Binary | 10111010 | 1001 | 1111110 | 0 | 1011111 | 100000 | 11011 | 101000000 | 1011011 | 100110 |
Color Harmonies of #BA097E
Complementary color
Monochromatic Colors of #BA097E
Black with #BA097E
Text Example
Text Example
White with #BA097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA097E; }
p { color: rgb(186,9,126); }
H1.HeaderClassName
{
color: #BA097E;
}
.AnyTagClassName
{
color: #BA097E;
}
</style>
background-color css
<style>
a { background-color: #BA097E; }
a { background-color: rgb(186,9,126); }
div.DivClassName
{
background-color: #BA097E;
}
.BgClassName
{
background-color: #BA097E;
}
</style>
border-color css
<style>
span { border-color: #BA097E; }
span { border-color: rgb(186,9,126); }
td.TdClassName
{
border-color: #BA097E;
}
.TagClassName
{
border-color: #BA097E;
}
</style>