#BA44A6

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

Shades of Fuchsia #BA44A6

Tints of Fuchsia #BA44A6

Color information

#BA44A6 (or 0xBA44A6) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and A6. RGB value is (186,68,166). Sum of RGB (Red+Green+Blue) = 186+68+166=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44A6 is #45BB59. Grayscale: #727272. Windows color (decimal): -4569946 or 10896570. OLE color: 10896570.

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

Color convert

RGB18668166-
CMYK00.630.110.27
HSL310.17º46.46%49.8%-
HSV(B)310.17º63.44%72.94%-
XYZ29.217.3337.88-
YUV114.45157.09179.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=44.29%
G=16.19%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866816600.630.110.27310.1746.4649.8
HexBA44A603FB1B1362e32
Octal27210424607713334665662
Binary101110101000100101001100111111101111011100110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44A6; }

 p { color: rgb(186,68,166); }

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

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

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

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

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

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

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