#BA57A6

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

Shades of Fuchsia #BA57A6

Tints of Fuchsia #BA57A6

Color information

#BA57A6 (or 0xBA57A6) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and A6. RGB value is (186,87,166). Sum of RGB (Red+Green+Blue) = 186+87+166=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57A6 is #45A859. Grayscale: #7D7D7D. Windows color (decimal): -4565082 or 10901434. OLE color: 10901434.

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

Color convert

RGB18687166-
CMYK00.530.110.27
HSL312.12º41.77%53.53%-
HSV(B)312.12º53.23%72.94%-
XYZ30.5420.0138.33-
YUV125.61150.8171.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 87 (34.38% from 255) = 19.82%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=42.37%
G=19.82%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868716600.530.110.27312.1241.7753.53
HexBA57A6035B1B1382a36
Octal27212724606513334705266
Binary101110101010111101001100110101101111011100111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57A6; }

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

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

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

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

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

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

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

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