#BA59AE

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

Shades of Fuchsia #BA59AE

Tints of Fuchsia #BA59AE

Color information

#BA59AE (or 0xBA59AE) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and AE. RGB value is (186,89,174). Sum of RGB (Red+Green+Blue) = 186+89+174=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AE is #45A651. Grayscale: #7F7F7F. Windows color (decimal): -4564562 or 11426234. OLE color: 11426234.

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

Color convert

RGB18689174-
CMYK00.520.060.27
HSL307.42º41.28%53.92%-
HSV(B)307.42º52.15%72.94%-
XYZ31.4620.6442.37-
YUV127.69154.14169.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=41.43%
G=19.82%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868917400.520.060.27307.4241.2853.92
HexBA59AE03461B1332936
Octal2721312560646334635166
Binary10111010101100110101110011010011011011100110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59AE; }

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

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

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

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

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

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

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

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