#BA57AB

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

Shades of Fuchsia #BA57AB

Tints of Fuchsia #BA57AB

Color information

#BA57AB (or 0xBA57AB) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and AB. RGB value is (186,87,171). Sum of RGB (Red+Green+Blue) = 186+87+171=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57AB is #45A854. Grayscale: #7D7D7D. Windows color (decimal): -4565077 or 11229114. OLE color: 11229114.

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

Color convert

RGB18687171-
CMYK00.530.080.27
HSL309.09º41.77%53.53%-
HSV(B)309.09º53.23%72.94%-
XYZ31.0120.240.79-
YUV126.18153.3170.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=41.89%
G=19.59%
B=38.51%

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
Decimal1868717100.530.080.27309.0941.7753.53
HexBA57AB03581B1352a36
Octal27212725306510334655266
Binary101110101010111101010110110101100011011100110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57AB; }

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

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

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

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

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

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

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

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