Shades of Medium Violet Red #BA098F
Tints of Medium Violet Red #BA098F
RGB
CMYK
RGB Variations
Color information
#BA098F (or 0xBA098F) is known color: Medium Violet Red. HEX triplet: BA, 09 and 8F. RGB value is (186,9,143). Sum of RGB (Red+Green+Blue) = 186+9+143=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA098F is #45F670. Grayscale: #4C4C4C. Windows color (decimal): -4585073 or 9374138. OLE color: 9374138.
HSL color Cylindrical-coordinate representation of color #BA098F: hue angle of 314.58º 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 #BA098F is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 143 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.27 |
| HSL | 314.58º | 0.91% | 0.38% | - |
| HSV(B) | 314.58º | 0.95% | 0.73% | - |
| XYZ | 25.31 | 12.62 | 27.09 | - |
| YUV | 77.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 143 | 0 | 0.95 | 0.23 | 0.27 | 314.58 | 0.91 | 0.38 |
| Hex | BA | 9 | 8F | 0 | 5F | 17 | 1B | 13B | 5B | 26 |
| Octal | 272 | 11 | 217 | 0 | 137 | 27 | 33 | 473 | 133 | 46 |
| Binary | 10111010 | 1001 | 10001111 | 0 | 1011111 | 10111 | 11011 | 100111011 | 1011011 | 100110 |
Color Harmonies of #BA098F
Complementary color
Monochromatic Colors of #BA098F
Black with #BA098F
Text Example
Text Example
White with #BA098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA098F; }
p { color: rgb(186,9,143); }
H1.HeaderClassName
{
color: #BA098F;
}
.AnyTagClassName
{
color: #BA098F;
}
</style>
background-color css
<style>
a { background-color: #BA098F; }
a { background-color: rgb(186,9,143); }
div.DivClassName
{
background-color: #BA098F;
}
.BgClassName
{
background-color: #BA098F;
}
</style>
border-color css
<style>
span { border-color: #BA098F; }
span { border-color: rgb(186,9,143); }
td.TdClassName
{
border-color: #BA098F;
}
.TagClassName
{
border-color: #BA098F;
}
</style>