#BA53AA

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

Shades of Fuchsia #BA53AA

Tints of Fuchsia #BA53AA

Color information

#BA53AA (or 0xBA53AA) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and AA. RGB value is (186,83,170). Sum of RGB (Red+Green+Blue) = 186+83+170=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53AA is #45AC55. Grayscale: #7B7B7B. Windows color (decimal): -4566102 or 11162554. OLE color: 11162554.

HSL color Cylindrical-coordinate representation of color #BA53AA: hue angle of 309.32º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA53AA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18683170-
CMYK00.550.090.27
HSL309.32º42.74%52.75%-
HSV(B)309.32º55.38%72.94%-
XYZ30.619.5340.19-
YUV123.71154.12172.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 83 (32.81% from 255) = 18.91%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=42.37%
G=18.91%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868317000.550.090.27309.3242.7452.75
HexBA53AA03791B1352b35
Octal27212325206711334655365
Binary101110101010011101010100110111100111011100110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53AA; }

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

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

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

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

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

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

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

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