#BA54A9

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

Shades of Fuchsia #BA54A9

Tints of Fuchsia #BA54A9

Color information

#BA54A9 (or 0xBA54A9) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and A9. RGB value is (186,84,169). Sum of RGB (Red+Green+Blue) = 186+84+169=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A9 is #45AB56. Grayscale: #7B7B7B. Windows color (decimal): -4565847 or 11097274. OLE color: 11097274.

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

Color convert

RGB18684169-
CMYK00.550.090.27
HSL310º42.5%52.94%-
HSV(B)310º54.84%72.94%-
XYZ30.5819.6439.72-
YUV124.19153.29172.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=42.37%
G=19.13%
B=38.50%

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
Decimal1868416900.550.090.2731042.552.94
HexBA54A903791B1362a35
Octal27212425106711334665265
Binary101110101010100101010010110111100111011100110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54A9; }

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

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

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

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

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

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

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

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