#BA40AC

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

Shades of Fuchsia #BA40AC

Tints of Fuchsia #BA40AC

Color information

#BA40AC (or 0xBA40AC) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and AC. RGB value is (186,64,172). Sum of RGB (Red+Green+Blue) = 186+64+172=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AC is #45BF53. Grayscale: #707070. Windows color (decimal): -4570964 or 11288762. OLE color: 11288762.

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

Color convert

RGB18664172-
CMYK00.660.080.27
HSL306.89º48.8%49.02%-
HSV(B)306.89º65.59%72.94%-
XYZ29.5317.0840.77-
YUV112.79161.42180.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 64 (25.39% from 255) = 15.17%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=44.08%
G=15.17%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866417200.660.080.27306.8948.849.02
HexBA40AC04281B1333131
Octal272100254010210334636161
Binary1011101010000001010110001000010100011011100110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40AC; }

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

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

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

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

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

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

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

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