Shades of Medium Red Violet #BA327D
Tints of Medium Red Violet #BA327D
RGB
CMYK
RGB Variations
Color information
#BA327D (or 0xBA327D) is known color: Medium Red Violet. HEX triplet: BA, 32 and 7D. RGB value is (186,50,125). Sum of RGB (Red+Green+Blue) = 186+50+125=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA327D is #45CD82. Grayscale: #636363. Windows color (decimal): -4574595 or 8204986. OLE color: 8204986.
HSL color Cylindrical-coordinate representation of color #BA327D: hue angle of 326.91º 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 #BA327D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 125 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.27 |
| HSL | 326.91º | 0.58% | 0.46% | - |
| HSV(B) | 326.91º | 0.73% | 0.73% | - |
| XYZ | 25.09 | 14.2 | 20.82 | - |
| YUV | 99.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 125 | 0 | 0.73 | 0.33 | 0.27 | 326.91 | 0.58 | 0.46 |
| Hex | BA | 32 | 7D | 0 | 49 | 21 | 1B | 147 | 3A | 2E |
| Octal | 272 | 62 | 175 | 0 | 111 | 41 | 33 | 507 | 72 | 56 |
| Binary | 10111010 | 110010 | 1111101 | 0 | 1001001 | 100001 | 11011 | 101000111 | 111010 | 101110 |
Color Harmonies of #BA327D
Complementary color
Monochromatic Colors of #BA327D
Black with #BA327D
Text Example
Text Example
White with #BA327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA327D; }
p { color: rgb(186,50,125); }
H1.HeaderClassName
{
color: #BA327D;
}
.AnyTagClassName
{
color: #BA327D;
}
</style>
background-color css
<style>
a { background-color: #BA327D; }
a { background-color: rgb(186,50,125); }
div.DivClassName
{
background-color: #BA327D;
}
.BgClassName
{
background-color: #BA327D;
}
</style>
border-color css
<style>
span { border-color: #BA327D; }
span { border-color: rgb(186,50,125); }
td.TdClassName
{
border-color: #BA327D;
}
.TagClassName
{
border-color: #BA327D;
}
</style>