#BA5EC1

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

Shades of Fuchsia #BA5EC1

Tints of Fuchsia #BA5EC1

Color information

#BA5EC1 (or 0xBA5EC1) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and C1. RGB value is (186,94,193). Sum of RGB (Red+Green+Blue) = 186+94+193=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EC1 is #45A13E. Grayscale: #848484. Windows color (decimal): -4563263 or 12672698. OLE color: 12672698.

HSL color Cylindrical-coordinate representation of color #BA5EC1: hue angle of 295.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5EC1 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18694193-
CMYK0.040.5100.24
HSL295.76º44.39%56.27%-
HSV(B)295.76º51.3%75.69%-
XYZ33.8822.2952.97-
YUV132.79161.98165.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=39.32%
G=19.87%
B=40.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186941930.040.5100.24295.7644.3956.27
HexBA5EC14330181282c38
Octal2721363014630304505470
Binary10111010101111011000001100110011011000100101000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EC1; }

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

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

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

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

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

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

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

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