#BA40B5

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

Shades of Fuchsia #BA40B5

Tints of Fuchsia #BA40B5

Color information

#BA40B5 (or 0xBA40B5) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and B5. RGB value is (186,64,181). Sum of RGB (Red+Green+Blue) = 186+64+181=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B5 is #45BF4A. Grayscale: #717171. Windows color (decimal): -4570955 or 11878586. OLE color: 11878586.

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

Color convert

RGB18664181-
CMYK00.660.030.27
HSL302.46º48.8%49.02%-
HSV(B)302.46º65.59%72.94%-
XYZ30.4217.4445.48-
YUV113.82165.92179.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=43.16%
G=14.85%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866418100.660.030.27302.4648.849.02
HexBA40B504231B12e3131
Octal27210026501023334566161
Binary10111010100000010110101010000101111011100101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40B5; }

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

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

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

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

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

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

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

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