#BC5EC0

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

Shades of Fuchsia #BC5EC0

Tints of Fuchsia #BC5EC0

Color information

#BC5EC0 (or 0xBC5EC0) is unknown color: approx Fuchsia. HEX triplet: BC, 5E and C0. RGB value is (188,94,192). Sum of RGB (Red+Green+Blue) = 188+94+192=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EC0 is #43A13F. Grayscale: #848484. Windows color (decimal): -4432192 or 12607164. OLE color: 12607164.

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

Color convert

RGB18894192-
CMYK0.020.5100.25
HSL297.55º43.75%56.08%-
HSV(B)297.55º51.04%75.29%-
XYZ34.2622.552.41-
YUV133.28161.14167.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=39.66%
G=19.83%
B=40.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188941920.020.5100.25297.5543.7556.08
HexBC5EC023301912a2c38
Octal2741363002630314525470
Binary1011110010111101100000010110011011001100101010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EC0; }

 p { color: rgb(188,94,192); }

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

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

 a { background-color: rgb(188,94,192); }

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

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

 span { border-color: rgb(188,94,192); }

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