#BC57AB

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

Shades of Fuchsia #BC57AB

Tints of Fuchsia #BC57AB

Color information

#BC57AB (or 0xBC57AB) is unknown color: approx Fuchsia. HEX triplet: BC, 57 and AB. RGB value is (188,87,171). Sum of RGB (Red+Green+Blue) = 188+87+171=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57AB is #43A854. Grayscale: #7E7E7E. Windows color (decimal): -4434005 or 11229116. OLE color: 11229116.

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

Color convert

RGB18887171-
CMYK00.540.090.26
HSL310.1º42.98%53.92%-
HSV(B)310.1º53.72%73.73%-
XYZ31.520.4540.81-
YUV126.78152.96171.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 87 (34.38% from 255) = 19.51%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=42.15%
G=19.51%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888717100.540.090.26310.142.9853.92
HexBC57AB03691A1362b36
Octal27412725306611324665366
Binary101111001010111101010110110110100111010100110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC57AB; }

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

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

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

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

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

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

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

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