Shades of Medium Red Violet #BA2875
Tints of Medium Red Violet #BA2875
RGB
CMYK
RGB Variations
Color information
#BA2875 (or 0xBA2875) is known color: Medium Red Violet. HEX triplet: BA, 28 and 75. RGB value is (186,40,117). Sum of RGB (Red+Green+Blue) = 186+40+117=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2875 is #45D78A. Grayscale: #5C5C5C. Windows color (decimal): -4577163 or 7678138. OLE color: 7678138.
HSL color Cylindrical-coordinate representation of color #BA2875: hue angle of 328.36º 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 #BA2875 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 117 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.27 |
| HSL | 328.36º | 0.65% | 0.44% | - |
| HSV(B) | 328.36º | 0.78% | 0.73% | - |
| XYZ | 24.22 | 13.24 | 18.11 | - |
| YUV | 92.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 117 | 0 | 0.78 | 0.37 | 0.27 | 328.36 | 0.65 | 0.44 |
| Hex | BA | 28 | 75 | 0 | 4E | 25 | 1B | 148 | 41 | 2C |
| Octal | 272 | 50 | 165 | 0 | 116 | 45 | 33 | 510 | 101 | 54 |
| Binary | 10111010 | 101000 | 1110101 | 0 | 1001110 | 100101 | 11011 | 101001000 | 1000001 | 101100 |
Color Harmonies of #BA2875
Complementary color
Monochromatic Colors of #BA2875
Black with #BA2875
Text Example
Text Example
White with #BA2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2875; }
p { color: rgb(186,40,117); }
H1.HeaderClassName
{
color: #BA2875;
}
.AnyTagClassName
{
color: #BA2875;
}
</style>
background-color css
<style>
a { background-color: #BA2875; }
a { background-color: rgb(186,40,117); }
div.DivClassName
{
background-color: #BA2875;
}
.BgClassName
{
background-color: #BA2875;
}
</style>
border-color css
<style>
span { border-color: #BA2875; }
span { border-color: rgb(186,40,117); }
td.TdClassName
{
border-color: #BA2875;
}
.TagClassName
{
border-color: #BA2875;
}
</style>