Shades of Medium Violet Red #BA1788
Tints of Medium Violet Red #BA1788
RGB
CMYK
RGB Variations
Color information
#BA1788 (or 0xBA1788) is known color: Medium Violet Red. HEX triplet: BA, 17 and 88. RGB value is (186,23,136). Sum of RGB (Red+Green+Blue) = 186+23+136=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1788 is #45E877. Grayscale: #545454. Windows color (decimal): -4581496 or 8918970. OLE color: 8918970.
HSL color Cylindrical-coordinate representation of color #BA1788: hue angle of 318.4º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1788 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 136 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.27 |
| HSL | 318.4º | 0.78% | 0.41% | - |
| HSV(B) | 318.4º | 0.88% | 0.73% | - |
| XYZ | 25 | 12.83 | 24.45 | - |
| YUV | 84.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 136 | 0 | 0.88 | 0.27 | 0.27 | 318.4 | 0.78 | 0.41 |
| Hex | BA | 17 | 88 | 0 | 58 | 1B | 1B | 13E | 4E | 29 |
| Octal | 272 | 27 | 210 | 0 | 130 | 33 | 33 | 476 | 116 | 51 |
| Binary | 10111010 | 10111 | 10001000 | 0 | 1011000 | 11011 | 11011 | 100111110 | 1001110 | 101001 |
Color Harmonies of #BA1788
Complementary color
Monochromatic Colors of #BA1788
Black with #BA1788
Text Example
Text Example
White with #BA1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1788; }
p { color: rgb(186,23,136); }
H1.HeaderClassName
{
color: #BA1788;
}
.AnyTagClassName
{
color: #BA1788;
}
</style>
background-color css
<style>
a { background-color: #BA1788; }
a { background-color: rgb(186,23,136); }
div.DivClassName
{
background-color: #BA1788;
}
.BgClassName
{
background-color: #BA1788;
}
</style>
border-color css
<style>
span { border-color: #BA1788; }
span { border-color: rgb(186,23,136); }
td.TdClassName
{
border-color: #BA1788;
}
.TagClassName
{
border-color: #BA1788;
}
</style>