#BA32AC

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

Shades of Fuchsia #BA32AC

Tints of Fuchsia #BA32AC

Color information

#BA32AC (or 0xBA32AC) is unknown color: approx Fuchsia. HEX triplet: BA, 32 and AC. RGB value is (186,50,172). Sum of RGB (Red+Green+Blue) = 186+50+172=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AC is #45CD53. Grayscale: #686868. Windows color (decimal): -4574548 or 11285178. OLE color: 11285178.

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

Color convert

RGB18650172-
CMYK00.730.080.27
HSL306.18º57.63%46.27%-
HSV(B)306.18º73.12%72.94%-
XYZ28.8415.740.54-
YUV104.57166.06186.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=45.59%
G=12.25%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865017200.730.080.27306.1857.6346.27
HexBA32AC04981B1323a2e
Octal27262254011110334627256
Binary101110101100101010110001001001100011011100110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32AC; }

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

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

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

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

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

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

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

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