Shades of Medium Violet Red #BA2088
Tints of Medium Violet Red #BA2088
RGB
CMYK
RGB Variations
Color information
#BA2088 (or 0xBA2088) is known color: Medium Violet Red. HEX triplet: BA, 20 and 88. RGB value is (186,32,136). Sum of RGB (Red+Green+Blue) = 186+32+136=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2088 is #45DF77. Grayscale: #595959. Windows color (decimal): -4579192 or 8921274. OLE color: 8921274.
HSL color Cylindrical-coordinate representation of color #BA2088: hue angle of 319.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2088 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 136 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.27 |
| HSL | 319.48º | 0.71% | 0.43% | - |
| HSV(B) | 319.48º | 0.83% | 0.73% | - |
| XYZ | 25.21 | 13.25 | 24.52 | - |
| YUV | 89.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 136 | 0 | 0.83 | 0.27 | 0.27 | 319.48 | 0.71 | 0.43 |
| Hex | BA | 20 | 88 | 0 | 53 | 1B | 1B | 13F | 47 | 2B |
| Octal | 272 | 40 | 210 | 0 | 123 | 33 | 33 | 477 | 107 | 53 |
| Binary | 10111010 | 100000 | 10001000 | 0 | 1010011 | 11011 | 11011 | 100111111 | 1000111 | 101011 |
Color Harmonies of #BA2088
Complementary color
Monochromatic Colors of #BA2088
Black with #BA2088
Text Example
Text Example
White with #BA2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2088; }
p { color: rgb(186,32,136); }
H1.HeaderClassName
{
color: #BA2088;
}
.AnyTagClassName
{
color: #BA2088;
}
</style>
background-color css
<style>
a { background-color: #BA2088; }
a { background-color: rgb(186,32,136); }
div.DivClassName
{
background-color: #BA2088;
}
.BgClassName
{
background-color: #BA2088;
}
</style>
border-color css
<style>
span { border-color: #BA2088; }
span { border-color: rgb(186,32,136); }
td.TdClassName
{
border-color: #BA2088;
}
.TagClassName
{
border-color: #BA2088;
}
</style>