#BA59A9

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

Shades of Fuchsia #BA59A9

Tints of Fuchsia #BA59A9

Color information

#BA59A9 (or 0xBA59A9) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and A9. RGB value is (186,89,169). Sum of RGB (Red+Green+Blue) = 186+89+169=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A9 is #45A656. Grayscale: #7E7E7E. Windows color (decimal): -4564567 or 11098554. OLE color: 11098554.

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

Color convert

RGB18689169-
CMYK00.520.090.27
HSL310.52º41.28%53.92%-
HSV(B)310.52º52.15%72.94%-
XYZ30.9820.4539.85-
YUV127.12151.64170-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=41.89%
G=20.05%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868916900.520.090.27310.5241.2853.92
HexBA59A903491B1372936
Octal27213125106411334675166
Binary101110101011001101010010110100100111011100110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59A9; }

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

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

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

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

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

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

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

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