Shades of Medium Red Violet #BA237D
Tints of Medium Red Violet #BA237D
RGB
CMYK
RGB Variations
Color information
#BA237D (or 0xBA237D) is known color: Medium Red Violet. HEX triplet: BA, 23 and 7D. RGB value is (186,35,125). Sum of RGB (Red+Green+Blue) = 186+35+125=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA237D is #45DC82. Grayscale: #5A5A5A. Windows color (decimal): -4578435 or 8201146. OLE color: 8201146.
HSL color Cylindrical-coordinate representation of color #BA237D: hue angle of 324.24º 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 #BA237D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 125 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.27 |
| HSL | 324.24º | 0.68% | 0.43% | - |
| HSV(B) | 324.24º | 0.81% | 0.73% | - |
| XYZ | 24.55 | 13.12 | 20.64 | - |
| YUV | 90.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 125 | 0 | 0.81 | 0.33 | 0.27 | 324.24 | 0.68 | 0.43 |
| Hex | BA | 23 | 7D | 0 | 51 | 21 | 1B | 144 | 44 | 2B |
| Octal | 272 | 43 | 175 | 0 | 121 | 41 | 33 | 504 | 104 | 53 |
| Binary | 10111010 | 100011 | 1111101 | 0 | 1010001 | 100001 | 11011 | 101000100 | 1000100 | 101011 |
Color Harmonies of #BA237D
Complementary color
Monochromatic Colors of #BA237D
Black with #BA237D
Text Example
Text Example
White with #BA237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA237D; }
p { color: rgb(186,35,125); }
H1.HeaderClassName
{
color: #BA237D;
}
.AnyTagClassName
{
color: #BA237D;
}
</style>
background-color css
<style>
a { background-color: #BA237D; }
a { background-color: rgb(186,35,125); }
div.DivClassName
{
background-color: #BA237D;
}
.BgClassName
{
background-color: #BA237D;
}
</style>
border-color css
<style>
span { border-color: #BA237D; }
span { border-color: rgb(186,35,125); }
td.TdClassName
{
border-color: #BA237D;
}
.TagClassName
{
border-color: #BA237D;
}
</style>