#BA3EA5

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

Shades of Medium Red Violet #BA3EA5

Tints of Medium Red Violet #BA3EA5

Color information

#BA3EA5 (or 0xBA3EA5) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and A5. RGB value is (186,62,165). Sum of RGB (Red+Green+Blue) = 186+62+165=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA5 is #45C15A. Grayscale: #6E6E6E. Windows color (decimal): -4571483 or 10829498. OLE color: 10829498.

HSL color Cylindrical-coordinate representation of color #BA3EA5: hue angle of 310.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EA5 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18662165-
CMYK00.670.110.27
HSL310.16º50%48.63%-
HSV(B)310.16º66.67%72.94%-
XYZ28.7616.637.29-
YUV110.82158.58181.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=45.04%
G=15.01%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866216500.670.110.27310.165048.63
HexBA3EA5043B1B1363231
Octal27276245010313334666261
Binary101110101111101010010101000011101111011100110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EA5; }

 p { color: rgb(186,62,165); }

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

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

 a { background-color: rgb(186,62,165); }

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

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

 span { border-color: rgb(186,62,165); }

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