Shades of Medium Violet Red #BA089E
Tints of Medium Violet Red #BA089E
RGB
CMYK
RGB Variations
Color information
#BA089E (or 0xBA089E) is known color: Medium Violet Red. HEX triplet: BA, 08 and 9E. RGB value is (186,8,158). Sum of RGB (Red+Green+Blue) = 186+8+158=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA089E is #45F761. Grayscale: #4D4D4D. Windows color (decimal): -4585314 or 10356922. OLE color: 10356922.
HSL color Cylindrical-coordinate representation of color #BA089E: hue angle of 309.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA089E is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.27 |
| HSL | 309.44º | 0.92% | 0.38% | - |
| HSV(B) | 309.44º | 0.96% | 0.73% | - |
| XYZ | 26.51 | 13.08 | 33.48 | - |
| YUV | 78.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 158 | 0 | 0.96 | 0.15 | 0.27 | 309.44 | 0.92 | 0.38 |
| Hex | BA | 8 | 9E | 0 | 60 | F | 1B | 135 | 5C | 26 |
| Octal | 272 | 10 | 236 | 0 | 140 | 17 | 33 | 465 | 134 | 46 |
| Binary | 10111010 | 1000 | 10011110 | 0 | 1100000 | 1111 | 11011 | 100110101 | 1011100 | 100110 |
Color Harmonies of #BA089E
Complementary color
Monochromatic Colors of #BA089E
Black with #BA089E
Text Example
Text Example
White with #BA089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA089E; }
p { color: rgb(186,8,158); }
H1.HeaderClassName
{
color: #BA089E;
}
.AnyTagClassName
{
color: #BA089E;
}
</style>
background-color css
<style>
a { background-color: #BA089E; }
a { background-color: rgb(186,8,158); }
div.DivClassName
{
background-color: #BA089E;
}
.BgClassName
{
background-color: #BA089E;
}
</style>
border-color css
<style>
span { border-color: #BA089E; }
span { border-color: rgb(186,8,158); }
td.TdClassName
{
border-color: #BA089E;
}
.TagClassName
{
border-color: #BA089E;
}
</style>