#BA47A8

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

Shades of Fuchsia #BA47A8

Tints of Fuchsia #BA47A8

Color information

#BA47A8 (or 0xBA47A8) is unknown color: approx Fuchsia. HEX triplet: BA, 47 and A8. RGB value is (186,71,168). Sum of RGB (Red+Green+Blue) = 186+71+168=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A8 is #45B857. Grayscale: #747474. Windows color (decimal): -4569176 or 11028410. OLE color: 11028410.

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

Color convert

RGB18671168-
CMYK00.620.100.27
HSL309.39º45.45%50.39%-
HSV(B)309.39º61.83%72.94%-
XYZ29.5717.7738.92-
YUV116.44157.1177.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 168 (66.02% from 255) = 39.53%
R=43.76%
G=16.71%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867116800.620.100.27309.3945.4550.39
HexBA47A803EA1B1352d32
Octal27210725007612334655562
Binary101110101000111101010000111110101011011100110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47A8; }

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

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

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

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

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

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

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

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