#BC56C4

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

Shades of Fuchsia #BC56C4

Tints of Fuchsia #BC56C4

Color information

#BC56C4 (or 0xBC56C4) is unknown color: approx Fuchsia. HEX triplet: BC, 56 and C4. RGB value is (188,86,196). Sum of RGB (Red+Green+Blue) = 188+86+196=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C4 is #43A93B. Grayscale: #808080. Windows color (decimal): -4434236 or 12867260. OLE color: 12867260.

HSL color Cylindrical-coordinate representation of color #BC56C4: hue angle of 295.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC56C4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18886196-
CMYK0.040.5600.23
HSL295.64º48.25%55.29%-
HSV(B)295.64º56.12%76.86%-
XYZ34.0321.3354.55-
YUV129.04165.79170.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=40%
G=18.30%
B=41.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188861960.040.5600.23295.6448.2555.29
HexBC56C44380171283037
Octal2741263044700274506067
Binary10111100101011011000100100111000010111100101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56C4; }

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

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

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

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

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

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

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

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