#BA2EAA

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

Shades of Medium Red Violet #BA2EAA

Tints of Medium Red Violet #BA2EAA

Color information

#BA2EAA (or 0xBA2EAA) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and AA. RGB value is (186,46,170). Sum of RGB (Red+Green+Blue) = 186+46+170=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EAA is #45D155. Grayscale: #656565. Windows color (decimal): -4575574 or 11153082. OLE color: 11153082.

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

Color convert

RGB18646170-
CMYK00.750.090.27
HSL306.86º60.34%45.49%-
HSV(B)306.86º75.27%72.94%-
XYZ28.4815.339.48-
YUV102166.38187.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=46.27%
G=11.44%
B=42.29%

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
Decimal1864617000.750.090.27306.8660.3445.49
HexBA2EAA04B91B1333c2d
Octal27256252011311334637455
Binary101110101011101010101001001011100111011100110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EAA; }

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

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

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

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

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

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

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

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