#BA3789

Color #BA3789 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BA3789

Tints of Medium Red Violet #BA3789

Color information

#BA3789 (or 0xBA3789) is unknown color: approx Medium Red Violet. HEX triplet: BA, 37 and 89. RGB value is (186,55,137). Sum of RGB (Red+Green+Blue) = 186+55+137=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3789 is #45C876. Grayscale: #676767. Windows color (decimal): -4573303 or 8992698. OLE color: 8992698.

HSL color Cylindrical-coordinate representation of color #BA3789: hue angle of 322.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3789 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18655137-
CMYK00.700.260.27
HSL322.44º54.36%47.25%-
HSV(B)322.44º70.43%72.94%-
XYZ26.1314.9825.18-
YUV103.52146.9186.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 55 (21.88% from 255) = 14.55%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=49.21%
G=14.55%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865513700.700.260.27322.4454.3647.25
HexBA37890461A1B142362f
Octal27267211010632335026657
Binary1011101011011110001001010001101101011011101000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3789; }

 p { color: rgb(186,55,137); }

 H1.HeaderClassName
 {
   color: #BA3789;
 }
 .AnyTagClassName
 {
   color: #BA3789;
 }
</style>
background-color css

<style>
 a { background-color: #BA3789; }

 a { background-color: rgb(186,55,137); }

 div.DivClassName
 {
   background-color: #BA3789;
 }
 .BgClassName
 {
   background-color: #BA3789;
 }
</style>
border-color css

<style>
 span { border-color: #BA3789; }

 span { border-color: rgb(186,55,137); }

 td.TdClassName
 {
   border-color: #BA3789;
 }
 .TagClassName
 {
   border-color: #BA3789;
 }
</style>