Shades of Medium Red Violet #BA2475
Tints of Medium Red Violet #BA2475
RGB
CMYK
RGB Variations
Color information
#BA2475 (or 0xBA2475) is known color: Medium Red Violet. HEX triplet: BA, 24 and 75. RGB value is (186,36,117). Sum of RGB (Red+Green+Blue) = 186+36+117=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2475 is #45DB8A. Grayscale: #595959. Windows color (decimal): -4578187 or 7677114. OLE color: 7677114.
HSL color Cylindrical-coordinate representation of color #BA2475: hue angle of 327.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2475 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 117 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.27 |
| HSL | 327.6º | 0.68% | 0.44% | - |
| HSV(B) | 327.6º | 0.81% | 0.73% | - |
| XYZ | 24.09 | 12.99 | 18.07 | - |
| YUV | 90.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 117 | 0 | 0.81 | 0.37 | 0.27 | 327.6 | 0.68 | 0.44 |
| Hex | BA | 24 | 75 | 0 | 51 | 25 | 1B | 148 | 44 | 2C |
| Octal | 272 | 44 | 165 | 0 | 121 | 45 | 33 | 510 | 104 | 54 |
| Binary | 10111010 | 100100 | 1110101 | 0 | 1010001 | 100101 | 11011 | 101001000 | 1000100 | 101100 |
Color Harmonies of #BA2475
Complementary color
Monochromatic Colors of #BA2475
Black with #BA2475
Text Example
Text Example
White with #BA2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2475; }
p { color: rgb(186,36,117); }
H1.HeaderClassName
{
color: #BA2475;
}
.AnyTagClassName
{
color: #BA2475;
}
</style>
background-color css
<style>
a { background-color: #BA2475; }
a { background-color: rgb(186,36,117); }
div.DivClassName
{
background-color: #BA2475;
}
.BgClassName
{
background-color: #BA2475;
}
</style>
border-color css
<style>
span { border-color: #BA2475; }
span { border-color: rgb(186,36,117); }
td.TdClassName
{
border-color: #BA2475;
}
.TagClassName
{
border-color: #BA2475;
}
</style>