#BC56B6

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

Shades of Fuchsia #BC56B6

Tints of Fuchsia #BC56B6

Color information

#BC56B6 (or 0xBC56B6) is unknown color: approx Fuchsia. HEX triplet: BC, 56 and B6. RGB value is (188,86,182). Sum of RGB (Red+Green+Blue) = 188+86+182=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56B6 is #43A949. Grayscale: #7F7F7F. Windows color (decimal): -4434250 or 11949756. OLE color: 11949756.

HSL color Cylindrical-coordinate representation of color #BC56B6: hue angle of 303.53º 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 #BC56B6 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18886182-
CMYK00.540.030.26
HSL303.53º43.22%53.73%-
HSV(B)303.53º54.26%73.73%-
XYZ32.5120.7246.54-
YUV127.44158.79171.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=41.23%
G=18.86%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888618200.540.030.26303.5343.2253.73
HexBC56B603631A1302b36
Octal2741262660663324605366
Binary1011110010101101011011001101101111010100110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56B6; }

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

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

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

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

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

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

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

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