#BC56C1

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

Shades of Fuchsia #BC56C1

Tints of Fuchsia #BC56C1

Color information

#BC56C1 (or 0xBC56C1) is unknown color: approx Fuchsia. HEX triplet: BC, 56 and C1. RGB value is (188,86,193). Sum of RGB (Red+Green+Blue) = 188+86+193=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C1 is #43A93E. Grayscale: #808080. Windows color (decimal): -4434239 or 12670652. OLE color: 12670652.

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

Color convert

RGB18886193-
CMYK0.030.5500.24
HSL297.2º46.32%54.71%-
HSV(B)297.2º55.44%75.69%-
XYZ33.6921.252.77-
YUV128.7164.29170.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=40.26%
G=18.42%
B=41.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188861930.030.5500.24297.246.3254.71
HexBC56C13370181292e37
Octal2741263013670304515667
Binary1011110010101101100000111110111011000100101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56C1; }

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

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

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

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

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

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

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

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