#BC55AC

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

Shades of Fuchsia #BC55AC

Tints of Fuchsia #BC55AC

Color information

#BC55AC (or 0xBC55AC) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and AC. RGB value is (188,85,172). Sum of RGB (Red+Green+Blue) = 188+85+172=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AC is #43AA53. Grayscale: #7D7D7D. Windows color (decimal): -4434516 or 11294140. OLE color: 11294140.

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

Color convert

RGB18885172-
CMYK00.550.090.26
HSL309.32º43.46%53.53%-
HSV(B)309.32º54.79%73.73%-
XYZ31.4320.1741.27-
YUV125.72154.12172.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=42.25%
G=19.10%
B=38.65%

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
Decimal1888517200.550.090.26309.3243.4653.53
HexBC55AC03791A1352b36
Octal27412525406711324655366
Binary101111001010101101011000110111100111010100110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55AC; }

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

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

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

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

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

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

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

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