Shades of Medium Red Violet #BA359C
Tints of Medium Red Violet #BA359C
RGB
CMYK
RGB Variations
Color information
#BA359C (or 0xBA359C) is known color: Medium Red Violet. HEX triplet: BA, 35 and 9C. RGB value is (186,53,156). Sum of RGB (Red+Green+Blue) = 186+53+156=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA359C is #45CA63. Grayscale: #686868. Windows color (decimal): -4573796 or 10237370. OLE color: 10237370.
HSL color Cylindrical-coordinate representation of color #BA359C: hue angle of 313.53º 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 #BA359C is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 156 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.27 |
| HSL | 313.53º | 0.56% | 0.47% | - |
| HSV(B) | 313.53º | 0.72% | 0.73% | - |
| XYZ | 27.52 | 15.39 | 32.97 | - |
| YUV | 104.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 156 | 0 | 0.72 | 0.16 | 0.27 | 313.53 | 0.56 | 0.47 |
| Hex | BA | 35 | 9C | 0 | 48 | 10 | 1B | 13A | 38 | 2F |
| Octal | 272 | 65 | 234 | 0 | 110 | 20 | 33 | 472 | 70 | 57 |
| Binary | 10111010 | 110101 | 10011100 | 0 | 1001000 | 10000 | 11011 | 100111010 | 111000 | 101111 |
Color Harmonies of #BA359C
Complementary color
Monochromatic Colors of #BA359C
Black with #BA359C
Text Example
Text Example
White with #BA359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA359C; }
p { color: rgb(186,53,156); }
H1.HeaderClassName
{
color: #BA359C;
}
.AnyTagClassName
{
color: #BA359C;
}
</style>
background-color css
<style>
a { background-color: #BA359C; }
a { background-color: rgb(186,53,156); }
div.DivClassName
{
background-color: #BA359C;
}
.BgClassName
{
background-color: #BA359C;
}
</style>
border-color css
<style>
span { border-color: #BA359C; }
span { border-color: rgb(186,53,156); }
td.TdClassName
{
border-color: #BA359C;
}
.TagClassName
{
border-color: #BA359C;
}
</style>