#BC55AA

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

Shades of Fuchsia #BC55AA

Tints of Fuchsia #BC55AA

Color information

#BC55AA (or 0xBC55AA) is unknown color: approx Fuchsia. HEX triplet: BC, 55 and AA. RGB value is (188,85,170). Sum of RGB (Red+Green+Blue) = 188+85+170=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AA is #43AA55. Grayscale: #7D7D7D. Windows color (decimal): -4434518 or 11163068. OLE color: 11163068.

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

Color convert

RGB18885170-
CMYK00.550.100.26
HSL310.49º43.46%53.53%-
HSV(B)310.49º54.79%73.73%-
XYZ31.2420.0940.26-
YUV125.49153.12172.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=42.44%
G=19.19%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888517000.550.100.26310.4943.4653.53
HexBC55AA037A1A1362b36
Octal27412525206712324665366
Binary101111001010101101010100110111101011010100110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55AA; }

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

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

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

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

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

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

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

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