#BA2FAC

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

Shades of Fuchsia #BA2FAC

Tints of Fuchsia #BA2FAC

Color information

#BA2FAC (or 0xBA2FAC) is unknown color: approx Fuchsia. HEX triplet: BA, 2F and AC. RGB value is (186,47,172). Sum of RGB (Red+Green+Blue) = 186+47+172=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAC is #45D053. Grayscale: #666666. Windows color (decimal): -4575316 or 11284410. OLE color: 11284410.

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

Color convert

RGB18647172-
CMYK00.750.080.27
HSL306.04º59.66%45.69%-
HSV(B)306.04º74.73%72.94%-
XYZ28.7115.4540.5-
YUV102.81167.05187.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 47 (18.75% from 255) = 11.60%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=45.93%
G=11.60%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864717200.750.080.27306.0459.6645.69
HexBA2FAC04B81B1323c2e
Octal27257254011310334627456
Binary101110101011111010110001001011100011011100110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FAC; }

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

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

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

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

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

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

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

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