#BC57B0

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

Shades of Fuchsia #BC57B0

Tints of Fuchsia #BC57B0

Color information

#BC57B0 (or 0xBC57B0) is unknown color: approx Fuchsia. HEX triplet: BC, 57 and B0. RGB value is (188,87,176). Sum of RGB (Red+Green+Blue) = 188+87+176=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57B0 is #43A84F. Grayscale: #7F7F7F. Windows color (decimal): -4434000 or 11556796. OLE color: 11556796.

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

Color convert

RGB18887176-
CMYK00.540.060.26
HSL307.13º42.98%53.92%-
HSV(B)307.13º53.72%73.73%-
XYZ31.9820.6443.37-
YUV127.34155.46171.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=41.69%
G=19.29%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888717600.540.060.26307.1342.9853.92
HexBC57B003661A1332b36
Octal2741272600666324635366
Binary10111100101011110110000011011011011010100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57B0; }

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

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

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

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

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

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

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

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