#BA6EB2

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

Shades of Fuchsia #BA6EB2

Tints of Fuchsia #BA6EB2

Color information

#BA6EB2 (or 0xBA6EB2) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and B2. RGB value is (186,110,178). Sum of RGB (Red+Green+Blue) = 186+110+178=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EB2 is #45914D. Grayscale: #8C8C8C. Windows color (decimal): -4559182 or 11693754. OLE color: 11693754.

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

Color convert

RGB186110178-
CMYK00.410.040.27
HSL306.32º35.51%58.04%-
HSV(B)306.32º40.86%72.94%-
XYZ33.8624.8145.12-
YUV140.48149.18160.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=39.24%
G=23.21%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611017800.410.040.27306.3235.5158.04
HexBA6EB202941B132243a
Octal2721562620514334624472
Binary10111010110111010110010010100110011011100110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EB2; }

 p { color: rgb(186,110,178); }

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

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

 a { background-color: rgb(186,110,178); }

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

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

 span { border-color: rgb(186,110,178); }

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