#BC54A9

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

Shades of Fuchsia #BC54A9

Tints of Fuchsia #BC54A9

Color information

#BC54A9 (or 0xBC54A9) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and A9. RGB value is (188,84,169). Sum of RGB (Red+Green+Blue) = 188+84+169=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A9 is #43AB56. Grayscale: #7C7C7C. Windows color (decimal): -4434775 or 11097276. OLE color: 11097276.

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

Color convert

RGB18884169-
CMYK00.550.100.26
HSL310.96º43.7%53.33%-
HSV(B)310.96º55.32%73.73%-
XYZ31.0719.939.74-
YUV124.79152.96173.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=42.63%
G=19.05%
B=38.32%

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
Decimal1888416900.550.100.26310.9643.753.33
HexBC54A9037A1A1372c35
Octal27412425106712324675465
Binary101111001010100101010010110111101011010100110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54A9; }

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

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

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

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

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

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

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

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