#BA2EA9

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

Shades of Medium Red Violet #BA2EA9

Tints of Medium Red Violet #BA2EA9

Color information

#BA2EA9 (or 0xBA2EA9) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and A9. RGB value is (186,46,169). Sum of RGB (Red+Green+Blue) = 186+46+169=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EA9 is #45D156. Grayscale: #656565. Windows color (decimal): -4575575 or 11087546. OLE color: 11087546.

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

Color convert

RGB18646169-
CMYK00.750.090.27
HSL307.29º60.34%45.49%-
HSV(B)307.29º75.27%72.94%-
XYZ28.3915.2638.98-
YUV101.88165.88188-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 46 (18.36% from 255) = 11.47%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=46.38%
G=11.47%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864616900.750.090.27307.2960.3445.49
HexBA2EA904B91B1333c2d
Octal27256251011311334637455
Binary101110101011101010100101001011100111011100110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EA9; }

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

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

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

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

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

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

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

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