#BA4EB1

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

Shades of Fuchsia #BA4EB1

Tints of Fuchsia #BA4EB1

Color information

#BA4EB1 (or 0xBA4EB1) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and B1. RGB value is (186,78,177). Sum of RGB (Red+Green+Blue) = 186+78+177=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EB1 is #45B14E. Grayscale: #797979. Windows color (decimal): -4567375 or 11620026. OLE color: 11620026.

HSL color Cylindrical-coordinate representation of color #BA4EB1: hue angle of 305º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4EB1 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18678177-
CMYK00.580.050.27
HSL305º43.9%51.76%-
HSV(B)305º58.06%72.94%-
XYZ30.9119.0643.65-
YUV121.58159.28173.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=42.18%
G=17.69%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867817700.580.050.2730543.951.76
HexBA4EB103A51B1312c34
Octal2721162610725334615464
Binary10111010100111010110001011101010111011100110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EB1; }

 p { color: rgb(186,78,177); }

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

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

 a { background-color: rgb(186,78,177); }

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

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

 span { border-color: rgb(186,78,177); }

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