#BA56AA

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

Shades of Fuchsia #BA56AA

Tints of Fuchsia #BA56AA

Color information

#BA56AA (or 0xBA56AA) is unknown color: approx Fuchsia. HEX triplet: BA, 56 and AA. RGB value is (186,86,170). Sum of RGB (Red+Green+Blue) = 186+86+170=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56AA is #45A955. Grayscale: #7D7D7D. Windows color (decimal): -4565334 or 11163322. OLE color: 11163322.

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

Color convert

RGB18686170-
CMYK00.540.090.27
HSL309.6º42.02%53.33%-
HSV(B)309.6º53.76%72.94%-
XYZ30.832040.26-
YUV125.48153.13171.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=42.08%
G=19.46%
B=38.46%

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
Decimal1868617000.540.090.27309.642.0253.33
HexBA56AA03691B1362a35
Octal27212625206611334665265
Binary101110101010110101010100110110100111011100110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56AA; }

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

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

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

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

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

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

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

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