Shades of Medium Red Violet #BA237C
Tints of Medium Red Violet #BA237C
RGB
CMYK
RGB Variations
Color information
#BA237C (or 0xBA237C) is known color: Medium Red Violet. HEX triplet: BA, 23 and 7C. RGB value is (186,35,124). Sum of RGB (Red+Green+Blue) = 186+35+124=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA237C is #45DC83. Grayscale: #5A5A5A. Windows color (decimal): -4578436 or 8135610. OLE color: 8135610.
HSL color Cylindrical-coordinate representation of color #BA237C: hue angle of 324.64º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA237C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 124 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.27 |
| HSL | 324.64º | 0.68% | 0.43% | - |
| HSV(B) | 324.64º | 0.81% | 0.73% | - |
| XYZ | 24.49 | 13.1 | 20.31 | - |
| YUV | 90.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 124 | 0 | 0.81 | 0.33 | 0.27 | 324.64 | 0.68 | 0.43 |
| Hex | BA | 23 | 7C | 0 | 51 | 21 | 1B | 145 | 44 | 2B |
| Octal | 272 | 43 | 174 | 0 | 121 | 41 | 33 | 505 | 104 | 53 |
| Binary | 10111010 | 100011 | 1111100 | 0 | 1010001 | 100001 | 11011 | 101000101 | 1000100 | 101011 |
Color Harmonies of #BA237C
Complementary color
Monochromatic Colors of #BA237C
Black with #BA237C
Text Example
Text Example
White with #BA237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA237C; }
p { color: rgb(186,35,124); }
H1.HeaderClassName
{
color: #BA237C;
}
.AnyTagClassName
{
color: #BA237C;
}
</style>
background-color css
<style>
a { background-color: #BA237C; }
a { background-color: rgb(186,35,124); }
div.DivClassName
{
background-color: #BA237C;
}
.BgClassName
{
background-color: #BA237C;
}
</style>
border-color css
<style>
span { border-color: #BA237C; }
span { border-color: rgb(186,35,124); }
td.TdClassName
{
border-color: #BA237C;
}
.TagClassName
{
border-color: #BA237C;
}
</style>