#BA31AC

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

Shades of Fuchsia #BA31AC

Tints of Fuchsia #BA31AC

Color information

#BA31AC (or 0xBA31AC) is unknown color: approx Fuchsia. HEX triplet: BA, 31 and AC. RGB value is (186,49,172). Sum of RGB (Red+Green+Blue) = 186+49+172=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AC is #45CE53. Grayscale: #676767. Windows color (decimal): -4574804 or 11284922. OLE color: 11284922.

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

Color convert

RGB18649172-
CMYK00.740.080.27
HSL306.13º58.3%46.08%-
HSV(B)306.13º73.66%72.94%-
XYZ28.7915.6140.53-
YUV103.98166.39186.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=45.70%
G=12.04%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864917200.740.080.27306.1358.346.08
HexBA31AC04A81B1323a2e
Octal27261254011210334627256
Binary101110101100011010110001001010100011011100110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31AC; }

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

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

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

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

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

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

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

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