#BC4EC1

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

Shades of Fuchsia #BC4EC1

Tints of Fuchsia #BC4EC1

Color information

#BC4EC1 (or 0xBC4EC1) is unknown color: approx Fuchsia. HEX triplet: BC, 4E and C1. RGB value is (188,78,193). Sum of RGB (Red+Green+Blue) = 188+78+193=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC1 is #43B13E. Grayscale: #7B7B7B. Windows color (decimal): -4436287 or 12668604. OLE color: 12668604.

HSL color Cylindrical-coordinate representation of color #BC4EC1: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4EC1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18878193-
CMYK0.030.6000.24
HSL297.39º48.12%53.14%-
HSV(B)297.39º59.59%75.69%-
XYZ33.0919.9952.57-
YUV124166.94173.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=40.96%
G=16.99%
B=42.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188781930.030.6000.24297.3948.1253.14
HexBC4EC133C0181293035
Octal2741163013740304516065
Binary1011110010011101100000111111100011000100101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EC1; }

 p { color: rgb(188,78,193); }

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

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

 a { background-color: rgb(188,78,193); }

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

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

 span { border-color: rgb(188,78,193); }

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