#BC57B8

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

Shades of Fuchsia #BC57B8

Tints of Fuchsia #BC57B8

Color information

#BC57B8 (or 0xBC57B8) is unknown color: approx Fuchsia. HEX triplet: BC, 57 and B8. RGB value is (188,87,184). Sum of RGB (Red+Green+Blue) = 188+87+184=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57B8 is #43A847. Grayscale: #7F7F7F. Windows color (decimal): -4433992 or 12081084. OLE color: 12081084.

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

Color convert

RGB18887184-
CMYK00.540.020.26
HSL302.38º42.98%53.92%-
HSV(B)302.38º53.72%73.73%-
XYZ32.820.9747.67-
YUV128.26159.46170.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 184 (72.27% from 255) = 40.09%
R=40.96%
G=18.95%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888718400.540.020.26302.3842.9853.92
HexBC57B803621A12e2b36
Octal2741272700662324565366
Binary1011110010101111011100001101101011010100101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57B8; }

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

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

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

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

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

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

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

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