#bc54b0

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

Shades of Fuchsia #BC54B0

Tints of Fuchsia #BC54B0

Color information

#BC54B0 (or 0xBC54B0) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and B0. RGB value is (188,84,176). Sum of RGB (Red+Green+Blue) = 188+84+176=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54B0 is #43AB4F. Grayscale: #7D7D7D. Windows color (decimal): -4434768 or 11556028. OLE color: 11556028.

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

Color convert

RGB18884176-
CMYK00.550.060.26
HSL306.92º43.7%53.33%-
HSV(B)306.92º55.32%73.73%-
XYZ31.7520.1743.29-
YUV125.58156.46172.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=41.96%
G=18.75%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888417600.550.060.26306.9243.753.33
HexBC54B003761A1332c35
Octal2741242600676324635465
Binary10111100101010010110000011011111011010100110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc54b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc54b0; }

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

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

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

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

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

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

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

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