Shades of Medium Red Violet #BA347E
Tints of Medium Red Violet #BA347E
RGB
CMYK
RGB Variations
Color information
#BA347E (or 0xBA347E) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7E. RGB value is (186,52,126). Sum of RGB (Red+Green+Blue) = 186+52+126=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347E is #45CB81. Grayscale: #646464. Windows color (decimal): -4574082 or 8271034. OLE color: 8271034.
HSL color Cylindrical-coordinate representation of color #BA347E: hue angle of 326.87º 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 #BA347E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 126 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.27 |
| HSL | 326.87º | 0.56% | 0.47% | - |
| HSV(B) | 326.87º | 0.72% | 0.73% | - |
| XYZ | 25.24 | 14.4 | 21.19 | - |
| YUV | 100.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 126 | 0 | 0.72 | 0.32 | 0.27 | 326.87 | 0.56 | 0.47 |
| Hex | BA | 34 | 7E | 0 | 48 | 20 | 1B | 147 | 38 | 2F |
| Octal | 272 | 64 | 176 | 0 | 110 | 40 | 33 | 507 | 70 | 57 |
| Binary | 10111010 | 110100 | 1111110 | 0 | 1001000 | 100000 | 11011 | 101000111 | 111000 | 101111 |
Color Harmonies of #BA347E
Complementary color
Monochromatic Colors of #BA347E
Black with #BA347E
Text Example
Text Example
White with #BA347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA347E; }
p { color: rgb(186,52,126); }
H1.HeaderClassName
{
color: #BA347E;
}
.AnyTagClassName
{
color: #BA347E;
}
</style>
background-color css
<style>
a { background-color: #BA347E; }
a { background-color: rgb(186,52,126); }
div.DivClassName
{
background-color: #BA347E;
}
.BgClassName
{
background-color: #BA347E;
}
</style>
border-color css
<style>
span { border-color: #BA347E; }
span { border-color: rgb(186,52,126); }
td.TdClassName
{
border-color: #BA347E;
}
.TagClassName
{
border-color: #BA347E;
}
</style>