#BA5FAB

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

Shades of Fuchsia #BA5FAB

Tints of Fuchsia #BA5FAB

Color information

#BA5FAB (or 0xBA5FAB) is unknown color: approx Fuchsia. HEX triplet: BA, 5F and AB. RGB value is (186,95,171). Sum of RGB (Red+Green+Blue) = 186+95+171=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FAB is #45A054. Grayscale: #828282. Windows color (decimal): -4563029 or 11231162. OLE color: 11231162.

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

Color convert

RGB18695171-
CMYK00.490.080.27
HSL309.89º39.74%55.1%-
HSV(B)309.89º48.92%72.94%-
XYZ31.6921.5641.02-
YUV130.87150.65167.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=41.15%
G=21.02%
B=37.83%

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
Decimal1869517100.490.080.27309.8939.7455.1
HexBA5FAB03181B1362837
Octal27213725306110334665067
Binary101110101011111101010110110001100011011100110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FAB; }

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

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

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

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

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

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

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

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