Shades of Medium Red Violet #BA349B
Tints of Medium Red Violet #BA349B
RGB
CMYK
RGB Variations
Color information
#BA349B (or 0xBA349B) is known color: Medium Red Violet. HEX triplet: BA, 34 and 9B. RGB value is (186,52,155). Sum of RGB (Red+Green+Blue) = 186+52+155=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA349B is #45CB64. Grayscale: #676767. Windows color (decimal): -4574053 or 10171578. OLE color: 10171578.
HSL color Cylindrical-coordinate representation of color #BA349B: hue angle of 313.88º 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 #BA349B is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 155 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.27 |
| HSL | 313.88º | 0.56% | 0.47% | - |
| HSV(B) | 313.88º | 0.72% | 0.73% | - |
| XYZ | 27.39 | 15.26 | 32.51 | - |
| YUV | 103.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 155 | 0 | 0.72 | 0.17 | 0.27 | 313.88 | 0.56 | 0.47 |
| Hex | BA | 34 | 9B | 0 | 48 | 11 | 1B | 13A | 38 | 2F |
| Octal | 272 | 64 | 233 | 0 | 110 | 21 | 33 | 472 | 70 | 57 |
| Binary | 10111010 | 110100 | 10011011 | 0 | 1001000 | 10001 | 11011 | 100111010 | 111000 | 101111 |
Color Harmonies of #BA349B
Complementary color
Monochromatic Colors of #BA349B
Black with #BA349B
Text Example
Text Example
White with #BA349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA349B; }
p { color: rgb(186,52,155); }
H1.HeaderClassName
{
color: #BA349B;
}
.AnyTagClassName
{
color: #BA349B;
}
</style>
background-color css
<style>
a { background-color: #BA349B; }
a { background-color: rgb(186,52,155); }
div.DivClassName
{
background-color: #BA349B;
}
.BgClassName
{
background-color: #BA349B;
}
</style>
border-color css
<style>
span { border-color: #BA349B; }
span { border-color: rgb(186,52,155); }
td.TdClassName
{
border-color: #BA349B;
}
.TagClassName
{
border-color: #BA349B;
}
</style>