#BA3EA1

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

Shades of Medium Red Violet #BA3EA1

Tints of Medium Red Violet #BA3EA1

Color information

#BA3EA1 (or 0xBA3EA1) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and A1. RGB value is (186,62,161). Sum of RGB (Red+Green+Blue) = 186+62+161=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA1 is #45C15E. Grayscale: #6E6E6E. Windows color (decimal): -4571487 or 10567354. OLE color: 10567354.

HSL color Cylindrical-coordinate representation of color #BA3EA1: hue angle of 312.1º 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 #BA3EA1 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18662161-
CMYK00.670.130.27
HSL312.1º50%48.63%-
HSV(B)312.1º66.67%72.94%-
XYZ28.4116.4635.4-
YUV110.36156.58181.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=45.48%
G=15.16%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866216100.670.130.27312.15048.63
HexBA3EA1043D1B1383231
Octal27276241010315334706261
Binary101110101111101010000101000011110111011100111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EA1; }

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

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

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

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

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

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

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

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