#BA54AE

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

Shades of Fuchsia #BA54AE

Tints of Fuchsia #BA54AE

Color information

#BA54AE (or 0xBA54AE) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and AE. RGB value is (186,84,174). Sum of RGB (Red+Green+Blue) = 186+84+174=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54AE is #45AB51. Grayscale: #7C7C7C. Windows color (decimal): -4565842 or 11424954. OLE color: 11424954.

HSL color Cylindrical-coordinate representation of color #BA54AE: hue angle of 307.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA54AE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18684174-
CMYK00.550.060.27
HSL307.06º42.5%52.94%-
HSV(B)307.06º54.84%72.94%-
XYZ31.0619.8442.24-
YUV124.76155.79171.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=41.89%
G=18.92%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868417400.550.060.27307.0642.552.94
HexBA54AE03761B1332a35
Octal2721242560676334635265
Binary10111010101010010101110011011111011011100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54AE; }

 p { color: rgb(186,84,174); }

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

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

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

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

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

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

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