Shades of Medium Red Violet #BA2885
Tints of Medium Red Violet #BA2885
RGB
CMYK
RGB Variations
Color information
#BA2885 (or 0xBA2885) is known color: Medium Red Violet. HEX triplet: BA, 28 and 85. RGB value is (186,40,133). Sum of RGB (Red+Green+Blue) = 186+40+133=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2885 is #45D77A. Grayscale: #5E5E5E. Windows color (decimal): -4577147 or 8726714. OLE color: 8726714.
HSL color Cylindrical-coordinate representation of color #BA2885: hue angle of 321.78º 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 #BA2885 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 133 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.27 |
| HSL | 321.78º | 0.65% | 0.44% | - |
| HSV(B) | 321.78º | 0.78% | 0.73% | - |
| XYZ | 25.24 | 13.65 | 23.49 | - |
| YUV | 94.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 133 | 0 | 0.78 | 0.28 | 0.27 | 321.78 | 0.65 | 0.44 |
| Hex | BA | 28 | 85 | 0 | 4E | 1C | 1B | 142 | 41 | 2C |
| Octal | 272 | 50 | 205 | 0 | 116 | 34 | 33 | 502 | 101 | 54 |
| Binary | 10111010 | 101000 | 10000101 | 0 | 1001110 | 11100 | 11011 | 101000010 | 1000001 | 101100 |
Color Harmonies of #BA2885
Complementary color
Monochromatic Colors of #BA2885
Black with #BA2885
Text Example
Text Example
White with #BA2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2885; }
p { color: rgb(186,40,133); }
H1.HeaderClassName
{
color: #BA2885;
}
.AnyTagClassName
{
color: #BA2885;
}
</style>
background-color css
<style>
a { background-color: #BA2885; }
a { background-color: rgb(186,40,133); }
div.DivClassName
{
background-color: #BA2885;
}
.BgClassName
{
background-color: #BA2885;
}
</style>
border-color css
<style>
span { border-color: #BA2885; }
span { border-color: rgb(186,40,133); }
td.TdClassName
{
border-color: #BA2885;
}
.TagClassName
{
border-color: #BA2885;
}
</style>