#BA57B4

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

Shades of Fuchsia #BA57B4

Tints of Fuchsia #BA57B4

Color information

#BA57B4 (or 0xBA57B4) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and B4. RGB value is (186,87,180). Sum of RGB (Red+Green+Blue) = 186+87+180=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B4 is #45A84B. Grayscale: #7E7E7E. Windows color (decimal): -4565068 or 11818938. OLE color: 11818938.

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

Color convert

RGB18687180-
CMYK00.530.030.27
HSL303.64º41.77%53.53%-
HSV(B)303.64º53.23%72.94%-
XYZ31.920.5545.47-
YUV127.2157.8169.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=41.06%
G=19.21%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868718000.530.030.27303.6441.7753.53
HexBA57B403531B1302a36
Octal2721272640653334605266
Binary1011101010101111011010001101011111011100110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57B4; }

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

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

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

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

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

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

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

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