#ba59aa

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

Shades of Fuchsia #BA59AA

Tints of Fuchsia #BA59AA

Color information

#BA59AA (or 0xBA59AA) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and AA. RGB value is (186,89,170). Sum of RGB (Red+Green+Blue) = 186+89+170=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AA is #45A655. Grayscale: #7F7F7F. Windows color (decimal): -4564566 or 11164090. OLE color: 11164090.

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

Color convert

RGB18689170-
CMYK00.520.090.27
HSL309.9º41.28%53.92%-
HSV(B)309.9º52.15%72.94%-
XYZ31.0820.4940.35-
YUV127.24152.14169.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=41.80%
G=20%
B=38.20%

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
Decimal1868917000.520.090.27309.941.2853.92
HexBA59AA03491B1362936
Octal27213125206411334665166
Binary101110101011001101010100110100100111011100110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba59aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba59aa; }

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

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

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

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

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

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

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

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