#BC56B9

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

Shades of Fuchsia #BC56B9

Tints of Fuchsia #BC56B9

Color information

#BC56B9 (or 0xBC56B9) is unknown color: approx Fuchsia. HEX triplet: BC, 56 and B9. RGB value is (188,86,185). Sum of RGB (Red+Green+Blue) = 188+86+185=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56B9 is #43A946. Grayscale: #7F7F7F. Windows color (decimal): -4434247 or 12146364. OLE color: 12146364.

HSL color Cylindrical-coordinate representation of color #BC56B9: hue angle of 301.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC56B9 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18886185-
CMYK00.540.020.26
HSL301.76º43.22%53.73%-
HSV(B)301.76º54.26%73.73%-
XYZ32.8220.8548.19-
YUV127.78160.29170.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=40.96%
G=18.74%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888618500.540.020.26301.7643.2253.73
HexBC56B903621A12e2b36
Octal2741262710662324565366
Binary1011110010101101011100101101101011010100101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56B9; }

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

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

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

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

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

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

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

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