#BA40A9

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

Shades of Fuchsia #BA40A9

Tints of Fuchsia #BA40A9

Color information

#BA40A9 (or 0xBA40A9) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and A9. RGB value is (186,64,169). Sum of RGB (Red+Green+Blue) = 186+64+169=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A9 is #45BF56. Grayscale: #707070. Windows color (decimal): -4570967 or 11092154. OLE color: 11092154.

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

Color convert

RGB18664169-
CMYK00.660.090.27
HSL308.36º48.8%49.02%-
HSV(B)308.36º65.59%72.94%-
XYZ29.2416.9739.27-
YUV112.45159.92180.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=44.39%
G=15.27%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866416900.660.090.27308.3648.849.02
HexBA40A904291B1343131
Octal272100251010211334646161
Binary1011101010000001010100101000010100111011100110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40A9; }

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

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

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

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

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

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

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

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