#BC54BB

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

Shades of Fuchsia #BC54BB

Tints of Fuchsia #BC54BB

Color information

#BC54BB (or 0xBC54BB) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and BB. RGB value is (188,84,187). Sum of RGB (Red+Green+Blue) = 188+84+187=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BB is #43AB44. Grayscale: #7E7E7E. Windows color (decimal): -4434757 or 12276924. OLE color: 12276924.

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

Color convert

RGB18884187-
CMYK00.550.010.26
HSL300.58º43.7%53.33%-
HSV(B)300.58º55.32%73.73%-
XYZ32.8820.6249.26-
YUV126.84161.96171.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=40.96%
G=18.30%
B=40.74%

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
Decimal1888418700.550.010.26300.5843.753.33
HexBC54BB03711A12d2c35
Octal2741242730671324555465
Binary101111001010100101110110110111111010100101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54BB; }

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

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

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

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

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

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

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

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