#BA49AB

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

Shades of Fuchsia #BA49AB

Tints of Fuchsia #BA49AB

Color information

#BA49AB (or 0xBA49AB) is unknown color: approx Fuchsia. HEX triplet: BA, 49 and AB. RGB value is (186,73,171). Sum of RGB (Red+Green+Blue) = 186+73+171=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49AB is #45B654. Grayscale: #757575. Windows color (decimal): -4568661 or 11225530. OLE color: 11225530.

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

Color convert

RGB18673171-
CMYK00.610.080.27
HSL307.96º45.02%50.78%-
HSV(B)307.96º60.75%72.94%-
XYZ29.9818.1440.45-
YUV117.96157.94176.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=43.26%
G=16.98%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867317100.610.080.27307.9645.0250.78
HexBA49AB03D81B1342d33
Octal27211125307510334645563
Binary101110101001001101010110111101100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49AB; }

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

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

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

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

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

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

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

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