Shades of Medium Red Violet #BA3CA0
Tints of Medium Red Violet #BA3CA0
RGB
CMYK
RGB Variations
Color information
#BA3CA0 (or 0xBA3CA0) is known color: Medium Red Violet. HEX triplet: BA, 3C and A0. RGB value is (186,60,160). Sum of RGB (Red+Green+Blue) = 186+60+160=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CA0 is #45C35F. Grayscale: #6C6C6C. Windows color (decimal): -4572000 or 10501306. OLE color: 10501306.
HSL color Cylindrical-coordinate representation of color #BA3CA0: hue angle of 312.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CA0 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 60 | 160 | - |
CMYK | 0 | 0.68 | 0.14 | 0.27 |
HSL | 312.38º | 0.51% | 0.48% | - |
HSV(B) | 312.38º | 0.68% | 0.73% | - |
XYZ | 28.21 | 16.21 | 34.9 | - |
YUV | 109.07 | 156.74 | 182.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 60 | 160 | 0 | 0.68 | 0.14 | 0.27 | 312.38 | 0.51 | 0.48 |
Hex | BA | 3C | A0 | 0 | 44 | E | 1B | 138 | 33 | 30 |
Octal | 272 | 74 | 240 | 0 | 104 | 16 | 33 | 470 | 63 | 60 |
Binary | 10111010 | 111100 | 10100000 | 0 | 1000100 | 1110 | 11011 | 100111000 | 110011 | 110000 |
Color Harmonies of #BA3CA0
Complementary color
Monochromatic Colors of #BA3CA0
Black with #BA3CA0
Text Example
Text Example
White with #BA3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CA0; }
p { color: rgb(186,60,160); }
H1.HeaderClassName
{
color: #BA3CA0;
}
.AnyTagClassName
{
color: #BA3CA0;
}
</style>
background-color css
<style>
a { background-color: #BA3CA0; }
a { background-color: rgb(186,60,160); }
div.DivClassName
{
background-color: #BA3CA0;
}
.BgClassName
{
background-color: #BA3CA0;
}
</style>
border-color css
<style>
span { border-color: #BA3CA0; }
span { border-color: rgb(186,60,160); }
td.TdClassName
{
border-color: #BA3CA0;
}
.TagClassName
{
border-color: #BA3CA0;
}
</style>