#BA40BA

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

Shades of Fuchsia #BA40BA

Tints of Fuchsia #BA40BA

Color information

#BA40BA (or 0xBA40BA) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and BA. RGB value is (186,64,186). Sum of RGB (Red+Green+Blue) = 186+64+186=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40BA is #45BF45. Grayscale: #727272. Windows color (decimal): -4570950 or 12206266. OLE color: 12206266.

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

Color convert

RGB18664186-
CMYK00.6600.27
HSL300º48.8%49.02%-
HSV(B)300º65.59%72.94%-
XYZ30.9517.6548.23-
YUV114.39168.42179.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=42.66%
G=14.68%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866418600.6600.2730048.849.02
HexBA40BA04201B12c3131
Octal27210027201020334546161
Binary1011101010000001011101001000010011011100101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40BA; }

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

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

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

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

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

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

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

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