#BA5ABF

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

Shades of Fuchsia #BA5ABF

Tints of Fuchsia #BA5ABF

Color information

#BA5ABF (or 0xBA5ABF) is unknown color: approx Fuchsia. HEX triplet: BA, 5A and BF. RGB value is (186,90,191). Sum of RGB (Red+Green+Blue) = 186+90+191=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA5ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABF is #45A540. Grayscale: #818181. Windows color (decimal): -4564289 or 12540602. OLE color: 12540602.

HSL color Cylindrical-coordinate representation of color #BA5ABF: hue angle of 297.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5ABF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18690191-
CMYK0.030.5300.25
HSL297.03º44.1%55.1%-
HSV(B)297.03º52.88%74.9%-
XYZ33.3121.5151.69-
YUV130.22162.3167.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 191 (75% from 255) = 40.90%
R=39.83%
G=19.27%
B=40.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186901910.030.5300.25297.0344.155.1
HexBA5ABF3350191292c37
Octal2721322773650314515467
Binary1011101010110101011111111110101011001100101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ABF; }

 p { color: rgb(186,90,191); }

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

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

 a { background-color: rgb(186,90,191); }

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

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

 span { border-color: rgb(186,90,191); }

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