Shades of Medium Violet Red #BA089D
Tints of Medium Violet Red #BA089D
RGB
CMYK
RGB Variations
Color information
#BA089D (or 0xBA089D) is known color: Medium Violet Red. HEX triplet: BA, 08 and 9D. RGB value is (186,8,157). Sum of RGB (Red+Green+Blue) = 186+8+157=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA089D is #45F762. Grayscale: #4D4D4D. Windows color (decimal): -4585315 or 10291386. OLE color: 10291386.
HSL color Cylindrical-coordinate representation of color #BA089D: hue angle of 309.78º 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 #BA089D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.27 |
| HSL | 309.78º | 0.92% | 0.38% | - |
| HSV(B) | 309.78º | 0.96% | 0.73% | - |
| XYZ | 26.42 | 13.05 | 33.02 | - |
| YUV | 78.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 157 | 0 | 0.96 | 0.16 | 0.27 | 309.78 | 0.92 | 0.38 |
| Hex | BA | 8 | 9D | 0 | 60 | 10 | 1B | 136 | 5C | 26 |
| Octal | 272 | 10 | 235 | 0 | 140 | 20 | 33 | 466 | 134 | 46 |
| Binary | 10111010 | 1000 | 10011101 | 0 | 1100000 | 10000 | 11011 | 100110110 | 1011100 | 100110 |
Color Harmonies of #BA089D
Complementary color
Monochromatic Colors of #BA089D
Black with #BA089D
Text Example
Text Example
White with #BA089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA089D; }
p { color: rgb(186,8,157); }
H1.HeaderClassName
{
color: #BA089D;
}
.AnyTagClassName
{
color: #BA089D;
}
</style>
background-color css
<style>
a { background-color: #BA089D; }
a { background-color: rgb(186,8,157); }
div.DivClassName
{
background-color: #BA089D;
}
.BgClassName
{
background-color: #BA089D;
}
</style>
border-color css
<style>
span { border-color: #BA089D; }
span { border-color: rgb(186,8,157); }
td.TdClassName
{
border-color: #BA089D;
}
.TagClassName
{
border-color: #BA089D;
}
</style>