#BA55AA

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

Shades of Fuchsia #BA55AA

Tints of Fuchsia #BA55AA

Color information

#BA55AA (or 0xBA55AA) is unknown color: approx Fuchsia. HEX triplet: BA, 55 and AA. RGB value is (186,85,170). Sum of RGB (Red+Green+Blue) = 186+85+170=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55AA is #45AA55. Grayscale: #7C7C7C. Windows color (decimal): -4565590 or 11163066. OLE color: 11163066.

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

Color convert

RGB18685170-
CMYK00.540.090.27
HSL309.5º42.26%53.14%-
HSV(B)309.5º54.3%72.94%-
XYZ30.7519.8440.24-
YUV124.89153.46171.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=42.18%
G=19.27%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868517000.540.090.27309.542.2653.14
HexBA55AA03691B1362a35
Octal27212525206611334665265
Binary101110101010101101010100110110100111011100110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA55AA; }

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

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

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

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

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

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

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

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