#BC55AB

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

Shades of Fuchsia #BC55AB

Tints of Fuchsia #BC55AB

Color information

#BC55AB (or 0xBC55AB) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and AB. RGB value is (188,85,171). Sum of RGB (Red+Green+Blue) = 188+85+171=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AB is #43AA54. Grayscale: #7D7D7D. Windows color (decimal): -4434517 or 11228604. OLE color: 11228604.

HSL color Cylindrical-coordinate representation of color #BC55AB: hue angle of 309.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55AB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18885171-
CMYK00.550.090.26
HSL309.9º43.46%53.53%-
HSV(B)309.9º54.79%73.73%-
XYZ31.3420.1340.76-
YUV125.6153.62172.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=42.34%
G=19.14%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888517100.550.090.26309.943.4653.53
HexBC55AB03791A1362b36
Octal27412525306711324665366
Binary101111001010101101010110110111100111010100110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55AB; }

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

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

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

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

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

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

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

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