#BA49AE

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

Shades of Fuchsia #BA49AE

Tints of Fuchsia #BA49AE

Color information

#BA49AE (or 0xBA49AE) is unknown color: approx Fuchsia. HEX triplet: BA, 49 and AE. RGB value is (186,73,174). Sum of RGB (Red+Green+Blue) = 186+73+174=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AE is #45B651. Grayscale: #767676. Windows color (decimal): -4568658 or 11422138. OLE color: 11422138.

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

Color convert

RGB18673174-
CMYK00.610.060.27
HSL306.37º45.02%50.78%-
HSV(B)306.37º60.75%72.94%-
XYZ30.2718.2641.97-
YUV118.3159.44176.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 73 (28.91% from 255) = 16.86%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=42.96%
G=16.86%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867317400.610.060.27306.3745.0250.78
HexBA49AE03D61B1322d33
Octal2721112560756334625563
Binary10111010100100110101110011110111011011100110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49AE; }

 p { color: rgb(186,73,174); }

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

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

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

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

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

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

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