#BC54AB

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

Shades of Fuchsia #BC54AB

Tints of Fuchsia #BC54AB

Color information

#BC54AB (or 0xBC54AB) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and AB. RGB value is (188,84,171). Sum of RGB (Red+Green+Blue) = 188+84+171=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54AB is #43AB54. Grayscale: #7C7C7C. Windows color (decimal): -4434773 or 11228348. OLE color: 11228348.

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

Color convert

RGB18884171-
CMYK00.550.090.26
HSL309.81º43.7%53.33%-
HSV(B)309.81º55.32%73.73%-
XYZ31.2619.9740.74-
YUV125.01153.96172.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=42.44%
G=18.96%
B=38.60%

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
Decimal1888417100.550.090.26309.8143.753.33
HexBC54AB03791A1362c35
Octal27412425306711324665465
Binary101111001010100101010110110111100111010100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54AB; }

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

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

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

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

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

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

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

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