Shades of Medium Red Violet #BA347A
Tints of Medium Red Violet #BA347A
RGB
CMYK
RGB Variations
Color information
#BA347A (or 0xBA347A) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7A. RGB value is (186,52,122). Sum of RGB (Red+Green+Blue) = 186+52+122=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347A is #45CB85. Grayscale: #636363. Windows color (decimal): -4574086 or 8008890. OLE color: 8008890.
HSL color Cylindrical-coordinate representation of color #BA347A: hue angle of 328.66º 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 #BA347A is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 122 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.27 |
| HSL | 328.66º | 0.56% | 0.47% | - |
| HSV(B) | 328.66º | 0.72% | 0.73% | - |
| XYZ | 24.99 | 14.3 | 19.86 | - |
| YUV | 100.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 122 | 0 | 0.72 | 0.34 | 0.27 | 328.66 | 0.56 | 0.47 |
| Hex | BA | 34 | 7A | 0 | 48 | 22 | 1B | 149 | 38 | 2F |
| Octal | 272 | 64 | 172 | 0 | 110 | 42 | 33 | 511 | 70 | 57 |
| Binary | 10111010 | 110100 | 1111010 | 0 | 1001000 | 100010 | 11011 | 101001001 | 111000 | 101111 |
Color Harmonies of #BA347A
Complementary color
Monochromatic Colors of #BA347A
Black with #BA347A
Text Example
Text Example
White with #BA347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA347A; }
p { color: rgb(186,52,122); }
H1.HeaderClassName
{
color: #BA347A;
}
.AnyTagClassName
{
color: #BA347A;
}
</style>
background-color css
<style>
a { background-color: #BA347A; }
a { background-color: rgb(186,52,122); }
div.DivClassName
{
background-color: #BA347A;
}
.BgClassName
{
background-color: #BA347A;
}
</style>
border-color css
<style>
span { border-color: #BA347A; }
span { border-color: rgb(186,52,122); }
td.TdClassName
{
border-color: #BA347A;
}
.TagClassName
{
border-color: #BA347A;
}
</style>