#BC54A5

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

Shades of Fuchsia #BC54A5

Tints of Fuchsia #BC54A5

Color information

#BC54A5 (or 0xBC54A5) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and A5. RGB value is (188,84,165). Sum of RGB (Red+Green+Blue) = 188+84+165=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A5 is #43AB5A. Grayscale: #7C7C7C. Windows color (decimal): -4434779 or 10835132. OLE color: 10835132.

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

Color convert

RGB18884165-
CMYK00.550.120.26
HSL313.27º43.7%53.33%-
HSV(B)313.27º55.32%73.73%-
XYZ30.719.7537.79-
YUV124.33150.96173.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=43.02%
G=19.22%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888416500.550.120.26313.2743.753.33
HexBC54A5037C1A1392c35
Octal27412424506714324715465
Binary101111001010100101001010110111110011010100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54A5; }

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

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

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

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

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

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

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

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