#BA57B0

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

Shades of Fuchsia #BA57B0

Tints of Fuchsia #BA57B0

Color information

#BA57B0 (or 0xBA57B0) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and B0. RGB value is (186,87,176). Sum of RGB (Red+Green+Blue) = 186+87+176=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57B0 is #45A84F. Grayscale: #7E7E7E. Windows color (decimal): -4565072 or 11556794. OLE color: 11556794.

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

Color convert

RGB18687176-
CMYK00.530.050.27
HSL306.06º41.77%53.53%-
HSV(B)306.06º53.23%72.94%-
XYZ31.4920.3943.35-
YUV126.75155.8170.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=41.43%
G=19.38%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868717600.530.050.27306.0641.7753.53
HexBA57B003551B1322a36
Octal2721272600655334625266
Binary10111010101011110110000011010110111011100110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57B0; }

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

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

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

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

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

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

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

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