#BA2FA3

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

Shades of Medium Red Violet #BA2FA3

Tints of Medium Red Violet #BA2FA3

Color information

#BA2FA3 (or 0xBA2FA3) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and A3. RGB value is (186,47,163). Sum of RGB (Red+Green+Blue) = 186+47+163=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FA3 is #45D05C. Grayscale: #656565. Windows color (decimal): -4575325 or 10694586. OLE color: 10694586.

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

Color convert

RGB18647163-
CMYK00.750.120.27
HSL309.93º59.66%45.69%-
HSV(B)309.93º74.73%72.94%-
XYZ27.8815.1236.1-
YUV101.78162.55188.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 47 (18.75% from 255) = 11.87%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=46.97%
G=11.87%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864716300.750.120.27309.9359.6645.69
HexBA2FA304BC1B1363c2e
Octal27257243011314334667456
Binary101110101011111010001101001011110011011100110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FA3; }

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

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

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

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

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

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

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

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