#BC54B8

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

Shades of Fuchsia #BC54B8

Tints of Fuchsia #BC54B8

Color information

#BC54B8 (or 0xBC54B8) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and B8. RGB value is (188,84,184). Sum of RGB (Red+Green+Blue) = 188+84+184=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54B8 is #43AB47. Grayscale: #7E7E7E. Windows color (decimal): -4434760 or 12080316. OLE color: 12080316.

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

Color convert

RGB18884184-
CMYK00.550.020.26
HSL302.31º43.7%53.33%-
HSV(B)302.31º55.32%73.73%-
XYZ32.5620.4947.59-
YUV126.5160.46171.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=41.23%
G=18.42%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888418400.550.020.26302.3143.753.33
HexBC54B803721A12e2c35
Octal2741242700672324565465
Binary1011110010101001011100001101111011010100101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54B8; }

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

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

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

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

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

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

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

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