#BA4FAC

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

Shades of Fuchsia #BA4FAC

Tints of Fuchsia #BA4FAC

Color information

#BA4FAC (or 0xBA4FAC) is unknown color: approx Fuchsia. HEX triplet: BA, 4F and AC. RGB value is (186,79,172). Sum of RGB (Red+Green+Blue) = 186+79+172=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FAC is #45B053. Grayscale: #797979. Windows color (decimal): -4567124 or 11292602. OLE color: 11292602.

HSL color Cylindrical-coordinate representation of color #BA4FAC: hue angle of 307.85º 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 #BA4FAC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18679172-
CMYK00.580.080.27
HSL307.85º43.67%51.96%-
HSV(B)307.85º57.53%72.94%-
XYZ30.4919.0141.09-
YUV121.6156.45173.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=42.56%
G=18.08%
B=39.36%

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
Decimal1867917200.580.080.27307.8543.6751.96
HexBA4FAC03A81B1342c34
Octal27211725407210334645464
Binary101110101001111101011000111010100011011100110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FAC; }

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

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

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

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

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

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

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

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