Shades of Medium Red Violet #BA359B
Tints of Medium Red Violet #BA359B
RGB
CMYK
RGB Variations
Color information
#BA359B (or 0xBA359B) is known color: Medium Red Violet. HEX triplet: BA, 35 and 9B. RGB value is (186,53,155). Sum of RGB (Red+Green+Blue) = 186+53+155=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA359B is #45CA64. Grayscale: #686868. Windows color (decimal): -4573797 or 10171834. OLE color: 10171834.
HSL color Cylindrical-coordinate representation of color #BA359B: hue angle of 313.98º 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 #BA359B is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 155 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.27 |
| HSL | 313.99º | 0.56% | 0.47% | - |
| HSV(B) | 313.99º | 0.72% | 0.73% | - |
| XYZ | 27.44 | 15.35 | 32.53 | - |
| YUV | 104.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 155 | 0 | 0.72 | 0.17 | 0.27 | 313.99 | 0.56 | 0.47 |
| Hex | BA | 35 | 9B | 0 | 48 | 11 | 1B | 13A | 38 | 2F |
| Octal | 272 | 65 | 233 | 0 | 110 | 21 | 33 | 472 | 70 | 57 |
| Binary | 10111010 | 110101 | 10011011 | 0 | 1001000 | 10001 | 11011 | 100111010 | 111000 | 101111 |
Color Harmonies of #BA359B
Complementary color
Monochromatic Colors of #BA359B
Black with #BA359B
Text Example
Text Example
White with #BA359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA359B; }
p { color: rgb(186,53,155); }
H1.HeaderClassName
{
color: #BA359B;
}
.AnyTagClassName
{
color: #BA359B;
}
</style>
background-color css
<style>
a { background-color: #BA359B; }
a { background-color: rgb(186,53,155); }
div.DivClassName
{
background-color: #BA359B;
}
.BgClassName
{
background-color: #BA359B;
}
</style>
border-color css
<style>
span { border-color: #BA359B; }
span { border-color: rgb(186,53,155); }
td.TdClassName
{
border-color: #BA359B;
}
.TagClassName
{
border-color: #BA359B;
}
</style>