#BA55AE

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

Shades of Fuchsia #BA55AE

Tints of Fuchsia #BA55AE

Color information

#BA55AE (or 0xBA55AE) is unknown color: approx Fuchsia. HEX triplet: BA, 55 and AE. RGB value is (186,85,174). Sum of RGB (Red+Green+Blue) = 186+85+174=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55AE is #45AA51. Grayscale: #7D7D7D. Windows color (decimal): -4565586 or 11425210. OLE color: 11425210.

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

Color convert

RGB18685174-
CMYK00.540.060.27
HSL307.13º42.26%53.14%-
HSV(B)307.13º54.3%72.94%-
XYZ31.1419.9942.26-
YUV125.34155.46171.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=41.80%
G=19.10%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868517400.540.060.27307.1342.2653.14
HexBA55AE03661B1332a35
Octal2721252560666334635265
Binary10111010101010110101110011011011011011100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA55AE; }

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

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

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

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

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

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

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

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