#BC57C6

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

Shades of Fuchsia #BC57C6

Tints of Fuchsia #BC57C6

Color information

#BC57C6 (or 0xBC57C6) is unknown color: approx Fuchsia. HEX triplet: BC, 57 and C6. RGB value is (188,87,198). Sum of RGB (Red+Green+Blue) = 188+87+198=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC57C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57C6 is #43A839. Grayscale: #818181. Windows color (decimal): -4433978 or 12998588. OLE color: 12998588.

HSL color Cylindrical-coordinate representation of color #BC57C6: hue angle of 294.59º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC57C6 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18887198-
CMYK0.050.5600.22
HSL294.59º49.33%55.88%-
HSV(B)294.59º56.06%77.65%-
XYZ34.3421.5855.78-
YUV129.85166.46169.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 87 (34.38% from 255) = 18.39%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=39.75%
G=18.39%
B=41.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188871980.050.5600.22294.5949.3355.88
HexBC57C65380161273138
Octal2741273065700264476170
Binary10111100101011111000110101111000010110100100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57C6; }

 p { color: rgb(188,87,198); }

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

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

 a { background-color: rgb(188,87,198); }

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

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

 span { border-color: rgb(188,87,198); }

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