#BC54B2

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

Shades of Fuchsia #BC54B2

Tints of Fuchsia #BC54B2

Color information

#BC54B2 (or 0xBC54B2) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and B2. RGB value is (188,84,178). Sum of RGB (Red+Green+Blue) = 188+84+178=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54B2 is #43AB4D. Grayscale: #7D7D7D. Windows color (decimal): -4434766 or 11687100. OLE color: 11687100.

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

Color convert

RGB18884178-
CMYK00.550.050.26
HSL305.77º43.7%53.33%-
HSV(B)305.77º55.32%73.73%-
XYZ31.9520.2544.34-
YUV125.81157.46172.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=41.78%
G=18.67%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888417800.550.050.26305.7743.753.33
HexBC54B203751A1322c35
Octal2741242620675324625465
Binary10111100101010010110010011011110111010100110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54B2; }

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

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

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

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

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

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

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

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