#BA3EA3

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

Shades of Medium Red Violet #BA3EA3

Tints of Medium Red Violet #BA3EA3

Color information

#BA3EA3 (or 0xBA3EA3) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and A3. RGB value is (186,62,163). Sum of RGB (Red+Green+Blue) = 186+62+163=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA3 is #45C15C. Grayscale: #6E6E6E. Windows color (decimal): -4571485 or 10698426. OLE color: 10698426.

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

Color convert

RGB18662163-
CMYK00.670.120.27
HSL311.13º50%48.63%-
HSV(B)311.13º66.67%72.94%-
XYZ28.5816.5336.33-
YUV110.59157.58181.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 163 (64.06% from 255) = 39.66%
R=45.26%
G=15.09%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866216300.670.120.27311.135048.63
HexBA3EA3043C1B1373231
Octal27276243010314334676261
Binary101110101111101010001101000011110011011100110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EA3; }

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

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

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

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

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

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

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

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