Shades of Medium Red Violet #BA329D
Tints of Medium Red Violet #BA329D
RGB
CMYK
RGB Variations
Color information
#BA329D (or 0xBA329D) is known color: Medium Red Violet. HEX triplet: BA, 32 and 9D. RGB value is (186,50,157). Sum of RGB (Red+Green+Blue) = 186+50+157=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA329D is #45CD62. Grayscale: #666666. Windows color (decimal): -4574563 or 10302138. OLE color: 10302138.
HSL color Cylindrical-coordinate representation of color #BA329D: hue angle of 312.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA329D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 157 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.27 |
| HSL | 312.79º | 0.58% | 0.46% | - |
| HSV(B) | 312.79º | 0.73% | 0.73% | - |
| XYZ | 27.48 | 15.15 | 33.38 | - |
| YUV | 102.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 157 | 0 | 0.73 | 0.16 | 0.27 | 312.79 | 0.58 | 0.46 |
| Hex | BA | 32 | 9D | 0 | 49 | 10 | 1B | 139 | 3A | 2E |
| Octal | 272 | 62 | 235 | 0 | 111 | 20 | 33 | 471 | 72 | 56 |
| Binary | 10111010 | 110010 | 10011101 | 0 | 1001001 | 10000 | 11011 | 100111001 | 111010 | 101110 |
Color Harmonies of #BA329D
Complementary color
Monochromatic Colors of #BA329D
Black with #BA329D
Text Example
Text Example
White with #BA329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA329D; }
p { color: rgb(186,50,157); }
H1.HeaderClassName
{
color: #BA329D;
}
.AnyTagClassName
{
color: #BA329D;
}
</style>
background-color css
<style>
a { background-color: #BA329D; }
a { background-color: rgb(186,50,157); }
div.DivClassName
{
background-color: #BA329D;
}
.BgClassName
{
background-color: #BA329D;
}
</style>
border-color css
<style>
span { border-color: #BA329D; }
span { border-color: rgb(186,50,157); }
td.TdClassName
{
border-color: #BA329D;
}
.TagClassName
{
border-color: #BA329D;
}
</style>