#BA57AC

Color #BA57AC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BA57AC

Tints of Fuchsia #BA57AC

Color information

#BA57AC (or 0xBA57AC) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and AC. RGB value is (186,87,172). Sum of RGB (Red+Green+Blue) = 186+87+172=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57AC is #45A853. Grayscale: #7E7E7E. Windows color (decimal): -4565076 or 11294650. OLE color: 11294650.

HSL color Cylindrical-coordinate representation of color #BA57AC: hue angle of 308.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA57AC is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18687172-
CMYK00.530.080.27
HSL308.48º41.77%53.53%-
HSV(B)308.48º53.23%72.94%-
XYZ31.120.2341.3-
YUV126.29153.8170.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 87 (34.38% from 255) = 19.55%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=41.80%
G=19.55%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868717200.530.080.27308.4841.7753.53
HexBA57AC03581B1342a36
Octal27212725406510334645266
Binary101110101010111101011000110101100011011100110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57AC; }

 p { color: rgb(186,87,172); }

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

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

 a { background-color: rgb(186,87,172); }

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

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

 span { border-color: rgb(186,87,172); }

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