Shades of Medium Red Violet #BA2788
Tints of Medium Red Violet #BA2788
RGB
CMYK
RGB Variations
Color information
#BA2788 (or 0xBA2788) is known color: Medium Red Violet. HEX triplet: BA, 27 and 88. RGB value is (186,39,136). Sum of RGB (Red+Green+Blue) = 186+39+136=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2788 is #45D877. Grayscale: #5D5D5D. Windows color (decimal): -4577400 or 8923066. OLE color: 8923066.
HSL color Cylindrical-coordinate representation of color #BA2788: hue angle of 320.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2788 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 136 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.27 |
| HSL | 320.41º | 0.65% | 0.44% | - |
| HSV(B) | 320.41º | 0.79% | 0.73% | - |
| XYZ | 25.42 | 13.67 | 24.59 | - |
| YUV | 94.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 136 | 0 | 0.79 | 0.27 | 0.27 | 320.41 | 0.65 | 0.44 |
| Hex | BA | 27 | 88 | 0 | 4F | 1B | 1B | 140 | 41 | 2C |
| Octal | 272 | 47 | 210 | 0 | 117 | 33 | 33 | 500 | 101 | 54 |
| Binary | 10111010 | 100111 | 10001000 | 0 | 1001111 | 11011 | 11011 | 101000000 | 1000001 | 101100 |
Color Harmonies of #BA2788
Complementary color
Monochromatic Colors of #BA2788
Black with #BA2788
Text Example
Text Example
White with #BA2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2788; }
p { color: rgb(186,39,136); }
H1.HeaderClassName
{
color: #BA2788;
}
.AnyTagClassName
{
color: #BA2788;
}
</style>
background-color css
<style>
a { background-color: #BA2788; }
a { background-color: rgb(186,39,136); }
div.DivClassName
{
background-color: #BA2788;
}
.BgClassName
{
background-color: #BA2788;
}
</style>
border-color css
<style>
span { border-color: #BA2788; }
span { border-color: rgb(186,39,136); }
td.TdClassName
{
border-color: #BA2788;
}
.TagClassName
{
border-color: #BA2788;
}
</style>