Shades of Medium Red Violet #BA357F
Tints of Medium Red Violet #BA357F
RGB
CMYK
RGB Variations
Color information
#BA357F (or 0xBA357F) is known color: Medium Red Violet. HEX triplet: BA, 35 and 7F. RGB value is (186,53,127). Sum of RGB (Red+Green+Blue) = 186+53+127=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA357F is #45CA80. Grayscale: #656565. Windows color (decimal): -4573825 or 8336826. OLE color: 8336826.
HSL color Cylindrical-coordinate representation of color #BA357F: hue angle of 326.62º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA357F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 127 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.27 |
| HSL | 326.62º | 0.56% | 0.47% | - |
| HSV(B) | 326.62º | 0.72% | 0.73% | - |
| XYZ | 25.35 | 14.52 | 21.54 | - |
| YUV | 101.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 127 | 0 | 0.72 | 0.32 | 0.27 | 326.62 | 0.56 | 0.47 |
| Hex | BA | 35 | 7F | 0 | 48 | 20 | 1B | 147 | 38 | 2F |
| Octal | 272 | 65 | 177 | 0 | 110 | 40 | 33 | 507 | 70 | 57 |
| Binary | 10111010 | 110101 | 1111111 | 0 | 1001000 | 100000 | 11011 | 101000111 | 111000 | 101111 |
Color Harmonies of #BA357F
Complementary color
Monochromatic Colors of #BA357F
Black with #BA357F
Text Example
Text Example
White with #BA357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA357F; }
p { color: rgb(186,53,127); }
H1.HeaderClassName
{
color: #BA357F;
}
.AnyTagClassName
{
color: #BA357F;
}
</style>
background-color css
<style>
a { background-color: #BA357F; }
a { background-color: rgb(186,53,127); }
div.DivClassName
{
background-color: #BA357F;
}
.BgClassName
{
background-color: #BA357F;
}
</style>
border-color css
<style>
span { border-color: #BA357F; }
span { border-color: rgb(186,53,127); }
td.TdClassName
{
border-color: #BA357F;
}
.TagClassName
{
border-color: #BA357F;
}
</style>