Shades of Medium Red Violet #BA348B
Tints of Medium Red Violet #BA348B
RGB
CMYK
RGB Variations
Color information
#BA348B (or 0xBA348B) is known color: Medium Red Violet. HEX triplet: BA, 34 and 8B. RGB value is (186,52,139). Sum of RGB (Red+Green+Blue) = 186+52+139=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA348B is #45CB74. Grayscale: #656565. Windows color (decimal): -4574069 or 9123002. OLE color: 9123002.
HSL color Cylindrical-coordinate representation of color #BA348B: hue angle of 321.04º 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 #BA348B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 139 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.27 |
| HSL | 321.04º | 0.56% | 0.47% | - |
| HSV(B) | 321.04º | 0.72% | 0.73% | - |
| XYZ | 26.14 | 14.76 | 25.9 | - |
| YUV | 101.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 139 | 0 | 0.72 | 0.25 | 0.27 | 321.04 | 0.56 | 0.47 |
| Hex | BA | 34 | 8B | 0 | 48 | 19 | 1B | 141 | 38 | 2F |
| Octal | 272 | 64 | 213 | 0 | 110 | 31 | 33 | 501 | 70 | 57 |
| Binary | 10111010 | 110100 | 10001011 | 0 | 1001000 | 11001 | 11011 | 101000001 | 111000 | 101111 |
Color Harmonies of #BA348B
Complementary color
Monochromatic Colors of #BA348B
Black with #BA348B
Text Example
Text Example
White with #BA348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA348B; }
p { color: rgb(186,52,139); }
H1.HeaderClassName
{
color: #BA348B;
}
.AnyTagClassName
{
color: #BA348B;
}
</style>
background-color css
<style>
a { background-color: #BA348B; }
a { background-color: rgb(186,52,139); }
div.DivClassName
{
background-color: #BA348B;
}
.BgClassName
{
background-color: #BA348B;
}
</style>
border-color css
<style>
span { border-color: #BA348B; }
span { border-color: rgb(186,52,139); }
td.TdClassName
{
border-color: #BA348B;
}
.TagClassName
{
border-color: #BA348B;
}
</style>