Shades of Medium Violet Red #BA089F
Tints of Medium Violet Red #BA089F
RGB
CMYK
RGB Variations
Color information
#BA089F (or 0xBA089F) is known color: Medium Violet Red. HEX triplet: BA, 08 and 9F. RGB value is (186,8,159). Sum of RGB (Red+Green+Blue) = 186+8+159=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA089F is #45F760. Grayscale: #4E4E4E. Windows color (decimal): -4585313 or 10422458. OLE color: 10422458.
HSL color Cylindrical-coordinate representation of color #BA089F: hue angle of 309.1º 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 #BA089F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.27 |
| HSL | 309.1º | 0.92% | 0.38% | - |
| HSV(B) | 309.1º | 0.96% | 0.73% | - |
| XYZ | 26.59 | 13.12 | 33.93 | - |
| YUV | 78.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 159 | 0 | 0.96 | 0.15 | 0.27 | 309.1 | 0.92 | 0.38 |
| Hex | BA | 8 | 9F | 0 | 60 | F | 1B | 135 | 5C | 26 |
| Octal | 272 | 10 | 237 | 0 | 140 | 17 | 33 | 465 | 134 | 46 |
| Binary | 10111010 | 1000 | 10011111 | 0 | 1100000 | 1111 | 11011 | 100110101 | 1011100 | 100110 |
Color Harmonies of #BA089F
Complementary color
Monochromatic Colors of #BA089F
Black with #BA089F
Text Example
Text Example
White with #BA089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA089F; }
p { color: rgb(186,8,159); }
H1.HeaderClassName
{
color: #BA089F;
}
.AnyTagClassName
{
color: #BA089F;
}
</style>
background-color css
<style>
a { background-color: #BA089F; }
a { background-color: rgb(186,8,159); }
div.DivClassName
{
background-color: #BA089F;
}
.BgClassName
{
background-color: #BA089F;
}
</style>
border-color css
<style>
span { border-color: #BA089F; }
span { border-color: rgb(186,8,159); }
td.TdClassName
{
border-color: #BA089F;
}
.TagClassName
{
border-color: #BA089F;
}
</style>