#BA47AA

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

Shades of Fuchsia #BA47AA

Tints of Fuchsia #BA47AA

Color information

#BA47AA (or 0xBA47AA) is unknown color: approx Fuchsia. HEX triplet: BA, 47 and AA. RGB value is (186,71,170). Sum of RGB (Red+Green+Blue) = 186+71+170=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47AA is #45B855. Grayscale: #747474. Windows color (decimal): -4569174 or 11159482. OLE color: 11159482.

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

Color convert

RGB18671170-
CMYK00.620.090.27
HSL308.35º45.45%50.39%-
HSV(B)308.35º61.83%72.94%-
XYZ29.7617.8539.91-
YUV116.67158.1177.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 71 (28.12% from 255) = 16.63%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=43.56%
G=16.63%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867117000.620.090.27308.3545.4550.39
HexBA47AA03E91B1342d32
Octal27210725207611334645562
Binary101110101000111101010100111110100111011100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47AA; }

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

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

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

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

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

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

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

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