Shades of Medium Violet Red #BA088E
Tints of Medium Violet Red #BA088E
RGB
CMYK
RGB Variations
Color information
#BA088E (or 0xBA088E) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8E. RGB value is (186,8,142). Sum of RGB (Red+Green+Blue) = 186+8+142=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088E is #45F771. Grayscale: #4C4C4C. Windows color (decimal): -4585330 or 9308346. OLE color: 9308346.
HSL color Cylindrical-coordinate representation of color #BA088E: hue angle of 314.83º 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 #BA088E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.27 |
| HSL | 314.83º | 0.92% | 0.38% | - |
| HSV(B) | 314.83º | 0.96% | 0.73% | - |
| XYZ | 25.22 | 12.57 | 26.69 | - |
| YUV | 76.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 142 | 0 | 0.96 | 0.24 | 0.27 | 314.83 | 0.92 | 0.38 |
| Hex | BA | 8 | 8E | 0 | 60 | 18 | 1B | 13B | 5C | 26 |
| Octal | 272 | 10 | 216 | 0 | 140 | 30 | 33 | 473 | 134 | 46 |
| Binary | 10111010 | 1000 | 10001110 | 0 | 1100000 | 11000 | 11011 | 100111011 | 1011100 | 100110 |
Color Harmonies of #BA088E
Complementary color
Monochromatic Colors of #BA088E
Black with #BA088E
Text Example
Text Example
White with #BA088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA088E; }
p { color: rgb(186,8,142); }
H1.HeaderClassName
{
color: #BA088E;
}
.AnyTagClassName
{
color: #BA088E;
}
</style>
background-color css
<style>
a { background-color: #BA088E; }
a { background-color: rgb(186,8,142); }
div.DivClassName
{
background-color: #BA088E;
}
.BgClassName
{
background-color: #BA088E;
}
</style>
border-color css
<style>
span { border-color: #BA088E; }
span { border-color: rgb(186,8,142); }
td.TdClassName
{
border-color: #BA088E;
}
.TagClassName
{
border-color: #BA088E;
}
</style>