#BA5EAA

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

Shades of Fuchsia #BA5EAA

Tints of Fuchsia #BA5EAA

Color information

#BA5EAA (or 0xBA5EAA) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and AA. RGB value is (186,94,170). Sum of RGB (Red+Green+Blue) = 186+94+170=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EAA is #45A155. Grayscale: #818181. Windows color (decimal): -4563286 or 11165370. OLE color: 11165370.

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

Color convert

RGB18694170-
CMYK00.490.090.27
HSL310.43º40%54.9%-
HSV(B)310.43º49.46%72.94%-
XYZ31.5121.3540.49-
YUV130.17150.48167.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=41.33%
G=20.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869417000.490.090.27310.434054.9
HexBA5EAA03191B1362837
Octal27213625206111334665067
Binary101110101011110101010100110001100111011100110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EAA; }

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

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

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

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

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

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

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

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