#BA2E91

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

Shades of Medium Red Violet #BA2E91

Tints of Medium Red Violet #BA2E91

Color information

#BA2E91 (or 0xBA2E91) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and 91. RGB value is (186,46,145). Sum of RGB (Red+Green+Blue) = 186+46+145=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E91 is #45D16E. Grayscale: #626262. Windows color (decimal): -4575599 or 9514682. OLE color: 9514682.

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

Color convert

RGB18646145-
CMYK00.750.220.27
HSL317.57º60.34%45.49%-
HSV(B)317.57º75.27%72.94%-
XYZ26.3414.4428.19-
YUV99.15153.88189.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=49.34%
G=12.20%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864614500.750.220.27317.5760.3445.49
HexBA2E9104B161B13e3c2d
Octal27256221011326334767455
Binary1011101010111010010001010010111011011011100111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E91; }

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

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

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

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

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

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

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

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