#BA2EA5

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

Shades of Medium Red Violet #BA2EA5

Tints of Medium Red Violet #BA2EA5

Color information

#BA2EA5 (or 0xBA2EA5) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and A5. RGB value is (186,46,165). Sum of RGB (Red+Green+Blue) = 186+46+165=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EA5 is #45D15A. Grayscale: #656565. Windows color (decimal): -4575579 or 10825402. OLE color: 10825402.

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

Color convert

RGB18646165-
CMYK00.750.110.27
HSL309º60.34%45.49%-
HSV(B)309º75.27%72.94%-
XYZ28.0215.1137.04-
YUV101.43163.88188.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=46.85%
G=11.59%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864616500.750.110.2730960.3445.49
HexBA2EA504BB1B1353c2d
Octal27256245011313334657455
Binary101110101011101010010101001011101111011100110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EA5; }

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

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

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

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

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

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

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

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