#BA41AC

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

Shades of Fuchsia #BA41AC

Tints of Fuchsia #BA41AC

Color information

#BA41AC (or 0xBA41AC) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and AC. RGB value is (186,65,172). Sum of RGB (Red+Green+Blue) = 186+65+172=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AC is #45BE53. Grayscale: #717171. Windows color (decimal): -4570708 or 11289018. OLE color: 11289018.

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

Color convert

RGB18665172-
CMYK00.650.080.27
HSL306.94º48.21%49.22%-
HSV(B)306.94º65.05%72.94%-
XYZ29.5917.240.79-
YUV113.38161.09179.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=43.97%
G=15.37%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866517200.650.080.27306.9448.2149.22
HexBA41AC04181B1333031
Octal272101254010110334636061
Binary1011101010000011010110001000001100011011100110011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41AC; }

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

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

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

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

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

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

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

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