#BA51A9

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

Shades of Fuchsia #BA51A9

Tints of Fuchsia #BA51A9

Color information

#BA51A9 (or 0xBA51A9) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and A9. RGB value is (186,81,169). Sum of RGB (Red+Green+Blue) = 186+81+169=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A9 is #45AE56. Grayscale: #7A7A7A. Windows color (decimal): -4566615 or 11096506. OLE color: 11096506.

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

Color convert

RGB18681169-
CMYK00.560.090.27
HSL309.71º43.21%52.35%-
HSV(B)309.71º56.45%72.94%-
XYZ30.3519.1939.64-
YUV122.43154.29173.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=42.66%
G=18.58%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868116900.560.090.27309.7143.2152.35
HexBA51A903891B1362b34
Octal27212125107011334665364
Binary101110101010001101010010111000100111011100110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A9; }

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

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

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

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

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

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

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

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