#BA5EAB

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

Shades of Fuchsia #BA5EAB

Tints of Fuchsia #BA5EAB

Color information

#BA5EAB (or 0xBA5EAB) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and AB. RGB value is (186,94,171). Sum of RGB (Red+Green+Blue) = 186+94+171=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EAB is #45A154. Grayscale: #828282. Windows color (decimal): -4563285 or 11230906. OLE color: 11230906.

HSL color Cylindrical-coordinate representation of color #BA5EAB: hue angle of 309.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EAB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18694171-
CMYK00.490.080.27
HSL309.78º40%54.9%-
HSV(B)309.78º49.46%72.94%-
XYZ31.621.3840.99-
YUV130.29150.98167.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 94 (37.11% from 255) = 20.84%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=41.24%
G=20.84%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869417100.490.080.27309.784054.9
HexBA5EAB03181B1362837
Octal27213625306110334665067
Binary101110101011110101010110110001100011011100110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EAB; }

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

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

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

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

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

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

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

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