#BA49AC

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

Shades of Fuchsia #BA49AC

Tints of Fuchsia #BA49AC

Color information

#BA49AC (or 0xBA49AC) is unknown color: approx Fuchsia. HEX triplet: BA, 49 and AC. RGB value is (186,73,172). Sum of RGB (Red+Green+Blue) = 186+73+172=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AC is #45B653. Grayscale: #757575. Windows color (decimal): -4568660 or 11291066. OLE color: 11291066.

HSL color Cylindrical-coordinate representation of color #BA49AC: hue angle of 307.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49AC is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18673172-
CMYK00.610.080.27
HSL307.43º45.02%50.78%-
HSV(B)307.43º60.75%72.94%-
XYZ30.0818.1840.95-
YUV118.07158.44176.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=43.16%
G=16.94%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867317200.610.080.27307.4345.0250.78
HexBA49AC03D81B1332d33
Octal27211125407510334635563
Binary101110101001001101011000111101100011011100110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49AC; }

 p { color: rgb(186,73,172); }

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

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

 a { background-color: rgb(186,73,172); }

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

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

 span { border-color: rgb(186,73,172); }

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