Shades of Medium Violet Red #BA089B
Tints of Medium Violet Red #BA089B
RGB
CMYK
RGB Variations
Color information
#BA089B (or 0xBA089B) is known color: Medium Violet Red. HEX triplet: BA, 08 and 9B. RGB value is (186,8,155). Sum of RGB (Red+Green+Blue) = 186+8+155=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA089B is #45F764. Grayscale: #4D4D4D. Windows color (decimal): -4585317 or 10160314. OLE color: 10160314.
HSL color Cylindrical-coordinate representation of color #BA089B: hue angle of 310.45º 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 #BA089B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.27 |
| HSL | 310.45º | 0.92% | 0.38% | - |
| HSV(B) | 310.45º | 0.96% | 0.73% | - |
| XYZ | 26.25 | 12.98 | 32.13 | - |
| YUV | 77.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 155 | 0 | 0.96 | 0.17 | 0.27 | 310.45 | 0.92 | 0.38 |
| Hex | BA | 8 | 9B | 0 | 60 | 11 | 1B | 136 | 5C | 26 |
| Octal | 272 | 10 | 233 | 0 | 140 | 21 | 33 | 466 | 134 | 46 |
| Binary | 10111010 | 1000 | 10011011 | 0 | 1100000 | 10001 | 11011 | 100110110 | 1011100 | 100110 |
Color Harmonies of #BA089B
Complementary color
Monochromatic Colors of #BA089B
Black with #BA089B
Text Example
Text Example
White with #BA089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA089B; }
p { color: rgb(186,8,155); }
H1.HeaderClassName
{
color: #BA089B;
}
.AnyTagClassName
{
color: #BA089B;
}
</style>
background-color css
<style>
a { background-color: #BA089B; }
a { background-color: rgb(186,8,155); }
div.DivClassName
{
background-color: #BA089B;
}
.BgClassName
{
background-color: #BA089B;
}
</style>
border-color css
<style>
span { border-color: #BA089B; }
span { border-color: rgb(186,8,155); }
td.TdClassName
{
border-color: #BA089B;
}
.TagClassName
{
border-color: #BA089B;
}
</style>