#BA57B9

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

Shades of Fuchsia #BA57B9

Tints of Fuchsia #BA57B9

Color information

#BA57B9 (or 0xBA57B9) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and B9. RGB value is (186,87,185). Sum of RGB (Red+Green+Blue) = 186+87+185=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B9 is #45A846. Grayscale: #7F7F7F. Windows color (decimal): -4565063 or 12146618. OLE color: 12146618.

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

Color convert

RGB18687185-
CMYK00.530.010.27
HSL300.61º41.77%53.53%-
HSV(B)300.61º53.23%72.94%-
XYZ32.4120.7648.2-
YUV127.77160.3169.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 87 (34.38% from 255) = 19.00%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=40.61%
G=19.00%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868718500.530.010.27300.6141.7753.53
HexBA57B903511B12d2a36
Octal2721272710651334555266
Binary101110101010111101110010110101111011100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57B9; }

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

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

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

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

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

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

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

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