#BC56B2

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

Shades of Fuchsia #BC56B2

Tints of Fuchsia #BC56B2

Color information

#BC56B2 (or 0xBC56B2) is unknown color: approx Fuchsia. HEX triplet: BC, 56 and B2. RGB value is (188,86,178). Sum of RGB (Red+Green+Blue) = 188+86+178=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC56B2 is #43A94D. Grayscale: #7E7E7E. Windows color (decimal): -4434254 or 11687612. OLE color: 11687612.

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

Color convert

RGB18886178-
CMYK00.540.050.26
HSL305.88º43.22%53.73%-
HSV(B)305.88º54.26%73.73%-
XYZ32.120.5644.4-
YUV126.99156.79171.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 178 (69.92% from 255) = 39.38%
R=41.59%
G=19.03%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888617800.540.050.26305.8843.2253.73
HexBC56B203651A1322b36
Octal2741262620665324625366
Binary10111100101011010110010011011010111010100110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56B2; }

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

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

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

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

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

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

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

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