Shades of Medium Red Violet #BA327E
Tints of Medium Red Violet #BA327E
RGB
CMYK
RGB Variations
Color information
#BA327E (or 0xBA327E) is known color: Medium Red Violet. HEX triplet: BA, 32 and 7E. RGB value is (186,50,126). Sum of RGB (Red+Green+Blue) = 186+50+126=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA327E is #45CD81. Grayscale: #636363. Windows color (decimal): -4574594 or 8270522. OLE color: 8270522.
HSL color Cylindrical-coordinate representation of color #BA327E: hue angle of 326.47º 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 #BA327E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 126 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.27 |
| HSL | 326.47º | 0.58% | 0.46% | - |
| HSV(B) | 326.47º | 0.73% | 0.73% | - |
| XYZ | 25.16 | 14.23 | 21.16 | - |
| YUV | 99.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 126 | 0 | 0.73 | 0.32 | 0.27 | 326.47 | 0.58 | 0.46 |
| Hex | BA | 32 | 7E | 0 | 49 | 20 | 1B | 146 | 3A | 2E |
| Octal | 272 | 62 | 176 | 0 | 111 | 40 | 33 | 506 | 72 | 56 |
| Binary | 10111010 | 110010 | 1111110 | 0 | 1001001 | 100000 | 11011 | 101000110 | 111010 | 101110 |
Color Harmonies of #BA327E
Complementary color
Monochromatic Colors of #BA327E
Black with #BA327E
Text Example
Text Example
White with #BA327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA327E; }
p { color: rgb(186,50,126); }
H1.HeaderClassName
{
color: #BA327E;
}
.AnyTagClassName
{
color: #BA327E;
}
</style>
background-color css
<style>
a { background-color: #BA327E; }
a { background-color: rgb(186,50,126); }
div.DivClassName
{
background-color: #BA327E;
}
.BgClassName
{
background-color: #BA327E;
}
</style>
border-color css
<style>
span { border-color: #BA327E; }
span { border-color: rgb(186,50,126); }
td.TdClassName
{
border-color: #BA327E;
}
.TagClassName
{
border-color: #BA327E;
}
</style>