Shades of Medium Violet Red #BA098D
Tints of Medium Violet Red #BA098D
RGB
CMYK
RGB Variations
Color information
#BA098D (or 0xBA098D) is known color: Medium Violet Red. HEX triplet: BA, 09 and 8D. RGB value is (186,9,141). Sum of RGB (Red+Green+Blue) = 186+9+141=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA098D is #45F672. Grayscale: #4C4C4C. Windows color (decimal): -4585075 or 9243066. OLE color: 9243066.
HSL color Cylindrical-coordinate representation of color #BA098D: hue angle of 315.25º 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 #BA098D is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.27 |
| HSL | 315.25º | 0.91% | 0.38% | - |
| HSV(B) | 315.25º | 0.95% | 0.73% | - |
| XYZ | 25.16 | 12.56 | 26.3 | - |
| YUV | 76.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 141 | 0 | 0.95 | 0.24 | 0.27 | 315.25 | 0.91 | 0.38 |
| Hex | BA | 9 | 8D | 0 | 5F | 18 | 1B | 13B | 5B | 26 |
| Octal | 272 | 11 | 215 | 0 | 137 | 30 | 33 | 473 | 133 | 46 |
| Binary | 10111010 | 1001 | 10001101 | 0 | 1011111 | 11000 | 11011 | 100111011 | 1011011 | 100110 |
Color Harmonies of #BA098D
Complementary color
Monochromatic Colors of #BA098D
Black with #BA098D
Text Example
Text Example
White with #BA098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA098D; }
p { color: rgb(186,9,141); }
H1.HeaderClassName
{
color: #BA098D;
}
.AnyTagClassName
{
color: #BA098D;
}
</style>
background-color css
<style>
a { background-color: #BA098D; }
a { background-color: rgb(186,9,141); }
div.DivClassName
{
background-color: #BA098D;
}
.BgClassName
{
background-color: #BA098D;
}
</style>
border-color css
<style>
span { border-color: #BA098D; }
span { border-color: rgb(186,9,141); }
td.TdClassName
{
border-color: #BA098D;
}
.TagClassName
{
border-color: #BA098D;
}
</style>