#BA2EC1

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

Shades of Fuchsia #BA2EC1

Tints of Fuchsia #BA2EC1

Color information

#BA2EC1 (or 0xBA2EC1) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and C1. RGB value is (186,46,193). Sum of RGB (Red+Green+Blue) = 186+46+193=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC1 is #45D13E. Grayscale: #686868. Windows color (decimal): -4575551 or 12660410. OLE color: 12660410.

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

Color convert

RGB18646193-
CMYK0.040.7600.24
HSL297.14º61.51%46.86%-
HSV(B)297.14º76.17%75.69%-
XYZ30.8516.2451.96-
YUV104.62177.88186.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 46 (18.36% from 255) = 10.82%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=43.76%
G=10.82%
B=45.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186461930.040.7600.24297.1461.5146.86
HexBA2EC144C0181293e2f
Octal2725630141140304517657
Binary10111010101110110000011001001100011000100101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EC1; }

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

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

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

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

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

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

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

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