#BA47A6

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

Shades of Fuchsia #BA47A6

Tints of Fuchsia #BA47A6

Color information

#BA47A6 (or 0xBA47A6) is unknown color: approx Fuchsia. HEX triplet: BA, 47 and A6. RGB value is (186,71,166). Sum of RGB (Red+Green+Blue) = 186+71+166=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A6 is #45B859. Grayscale: #737373. Windows color (decimal): -4569178 or 10897338. OLE color: 10897338.

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

Color convert

RGB18671166-
CMYK00.620.110.27
HSL310.43º45.45%50.39%-
HSV(B)310.43º61.83%72.94%-
XYZ29.3917.737.94-
YUV116.22156.1177.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 71 (28.12% from 255) = 16.78%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=43.97%
G=16.78%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867116600.620.110.27310.4345.4550.39
HexBA47A603EB1B1362d32
Octal27210724607613334665562
Binary101110101000111101001100111110101111011100110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47A6; }

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

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

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

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

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

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

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

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