#BA4EAC

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

Shades of Fuchsia #BA4EAC

Tints of Fuchsia #BA4EAC

Color information

#BA4EAC (or 0xBA4EAC) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and AC. RGB value is (186,78,172). Sum of RGB (Red+Green+Blue) = 186+78+172=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EAC is #45B153. Grayscale: #787878. Windows color (decimal): -4567380 or 11292346. OLE color: 11292346.

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

Color convert

RGB18678172-
CMYK00.580.080.27
HSL307.78º43.9%51.76%-
HSV(B)307.78º58.06%72.94%-
XYZ30.4218.8741.07-
YUV121.01156.78174.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=42.66%
G=17.89%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867817200.580.080.27307.7843.951.76
HexBA4EAC03A81B1342c34
Octal27211625407210334645464
Binary101110101001110101011000111010100011011100110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EAC; }

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

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

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

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

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

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

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

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