Shades of Medium Red Violet #BA2888
Tints of Medium Red Violet #BA2888
RGB
CMYK
RGB Variations
Color information
#BA2888 (or 0xBA2888) is known color: Medium Red Violet. HEX triplet: BA, 28 and 88. RGB value is (186,40,136). Sum of RGB (Red+Green+Blue) = 186+40+136=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2888 is #45D777. Grayscale: #5E5E5E. Windows color (decimal): -4577144 or 8923322. OLE color: 8923322.
HSL color Cylindrical-coordinate representation of color #BA2888: hue angle of 320.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2888 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 136 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.27 |
| HSL | 320.55º | 0.65% | 0.44% | - |
| HSV(B) | 320.55º | 0.78% | 0.73% | - |
| XYZ | 25.45 | 13.73 | 24.6 | - |
| YUV | 94.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 136 | 0 | 0.78 | 0.27 | 0.27 | 320.55 | 0.65 | 0.44 |
| Hex | BA | 28 | 88 | 0 | 4E | 1B | 1B | 141 | 41 | 2C |
| Octal | 272 | 50 | 210 | 0 | 116 | 33 | 33 | 501 | 101 | 54 |
| Binary | 10111010 | 101000 | 10001000 | 0 | 1001110 | 11011 | 11011 | 101000001 | 1000001 | 101100 |
Color Harmonies of #BA2888
Complementary color
Monochromatic Colors of #BA2888
Black with #BA2888
Text Example
Text Example
White with #BA2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2888; }
p { color: rgb(186,40,136); }
H1.HeaderClassName
{
color: #BA2888;
}
.AnyTagClassName
{
color: #BA2888;
}
</style>
background-color css
<style>
a { background-color: #BA2888; }
a { background-color: rgb(186,40,136); }
div.DivClassName
{
background-color: #BA2888;
}
.BgClassName
{
background-color: #BA2888;
}
</style>
border-color css
<style>
span { border-color: #BA2888; }
span { border-color: rgb(186,40,136); }
td.TdClassName
{
border-color: #BA2888;
}
.TagClassName
{
border-color: #BA2888;
}
</style>