#BC54BA

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

Shades of Fuchsia #BC54BA

Tints of Fuchsia #BC54BA

Color information

#BC54BA (or 0xBC54BA) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and BA. RGB value is (188,84,186). Sum of RGB (Red+Green+Blue) = 188+84+186=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BA is #43AB45. Grayscale: #7E7E7E. Windows color (decimal): -4434758 or 12211388. OLE color: 12211388.

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

Color convert

RGB18884186-
CMYK00.550.010.26
HSL301.15º43.7%53.33%-
HSV(B)301.15º55.32%73.73%-
XYZ32.7720.5848.7-
YUV126.72161.46171.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=41.05%
G=18.34%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888418600.550.010.26301.1543.753.33
HexBC54BA03711A12d2c35
Octal2741242720671324555465
Binary101111001010100101110100110111111010100101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54BA; }

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

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

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

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

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

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

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

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