#BA57BA

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

Shades of Fuchsia #BA57BA

Tints of Fuchsia #BA57BA

Color information

#BA57BA (or 0xBA57BA) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and BA. RGB value is (186,87,186). Sum of RGB (Red+Green+Blue) = 186+87+186=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57BA is #45A845. Grayscale: #7F7F7F. Windows color (decimal): -4565062 or 12212154. OLE color: 12212154.

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

Color convert

RGB18687186-
CMYK00.5300.27
HSL300º41.77%53.53%-
HSV(B)300º53.23%72.94%-
XYZ32.5220.848.76-
YUV127.89160.8169.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=40.52%
G=18.95%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868718600.5300.2730041.7753.53
HexBA57BA03501B12c2a36
Octal2721272720650334545266
Binary101110101010111101110100110101011011100101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57BA; }

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

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

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

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

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

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

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

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