#ba5eae

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

Shades of Fuchsia #BA5EAE

Tints of Fuchsia #BA5EAE

Color information

#BA5EAE (or 0xBA5EAE) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and AE. RGB value is (186,94,174). Sum of RGB (Red+Green+Blue) = 186+94+174=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EAE is #45A151. Grayscale: #828282. Windows color (decimal): -4563282 or 11427514. OLE color: 11427514.

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

Color convert

RGB18694174-
CMYK00.490.060.27
HSL307.83º40%54.9%-
HSV(B)307.83º49.46%72.94%-
XYZ31.8921.542.51-
YUV130.63152.48167.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=40.97%
G=20.70%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869417400.490.060.27307.834054.9
HexBA5EAE03161B1342837
Octal2721362560616334645067
Binary10111010101111010101110011000111011011100110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5eae; }

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

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

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

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

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

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

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

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