Shades of Medium Violet Red #BA0488
Tints of Medium Violet Red #BA0488
RGB
CMYK
RGB Variations
Color information
#BA0488 (or 0xBA0488) is known color: Medium Violet Red. HEX triplet: BA, 04 and 88. RGB value is (186,4,136). Sum of RGB (Red+Green+Blue) = 186+4+136=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0488 is #45FB77. Grayscale: #494949. Windows color (decimal): -4586360 or 8914106. OLE color: 8914106.
HSL color Cylindrical-coordinate representation of color #BA0488: hue angle of 316.48º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0488 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.27 |
| HSL | 316.48º | 0.96% | 0.37% | - |
| HSV(B) | 316.48º | 0.98% | 0.73% | - |
| XYZ | 24.74 | 12.3 | 24.36 | - |
| YUV | 73.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 136 | 0 | 0.98 | 0.27 | 0.27 | 316.48 | 0.96 | 0.37 |
| Hex | BA | 4 | 88 | 0 | 62 | 1B | 1B | 13C | 60 | 25 |
| Octal | 272 | 4 | 210 | 0 | 142 | 33 | 33 | 474 | 140 | 45 |
| Binary | 10111010 | 100 | 10001000 | 0 | 1100010 | 11011 | 11011 | 100111100 | 1100000 | 100101 |
Color Harmonies of #BA0488
Complementary color
Monochromatic Colors of #BA0488
Black with #BA0488
Text Example
Text Example
White with #BA0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0488; }
p { color: rgb(186,4,136); }
H1.HeaderClassName
{
color: #BA0488;
}
.AnyTagClassName
{
color: #BA0488;
}
</style>
background-color css
<style>
a { background-color: #BA0488; }
a { background-color: rgb(186,4,136); }
div.DivClassName
{
background-color: #BA0488;
}
.BgClassName
{
background-color: #BA0488;
}
</style>
border-color css
<style>
span { border-color: #BA0488; }
span { border-color: rgb(186,4,136); }
td.TdClassName
{
border-color: #BA0488;
}
.TagClassName
{
border-color: #BA0488;
}
</style>