#BA57B5

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

Shades of Fuchsia #BA57B5

Tints of Fuchsia #BA57B5

Color information

#BA57B5 (or 0xBA57B5) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and B5. RGB value is (186,87,181). Sum of RGB (Red+Green+Blue) = 186+87+181=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B5 is #45A84A. Grayscale: #7F7F7F. Windows color (decimal): -4565067 or 11884474. OLE color: 11884474.

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

Color convert

RGB18687181-
CMYK00.530.030.27
HSL303.03º41.77%53.53%-
HSV(B)303.03º53.23%72.94%-
XYZ3220.5946-
YUV127.32158.3169.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=40.97%
G=19.16%
B=39.87%

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
Decimal1868718100.530.030.27303.0341.7753.53
HexBA57B503531B12f2a36
Octal2721272650653334575266
Binary1011101010101111011010101101011111011100101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57B5; }

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

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

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

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

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

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

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

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