#BC54BE

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

Shades of Fuchsia #BC54BE

Tints of Fuchsia #BC54BE

Color information

#BC54BE (or 0xBC54BE) is unknown color: approx Fuchsia. HEX triplet: BC, 54 and BE. RGB value is (188,84,190). Sum of RGB (Red+Green+Blue) = 188+84+190=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54BE is #43AB41. Grayscale: #7E7E7E. Windows color (decimal): -4434754 or 12473532. OLE color: 12473532.

HSL color Cylindrical-coordinate representation of color #BC54BE: hue angle of 298.87º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC54BE is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18884190-
CMYK0.010.5600.25
HSL298.87º44.92%53.73%-
HSV(B)298.87º55.79%74.51%-
XYZ33.220.7550.97-
YUV127.18163.46171.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=40.69%
G=18.18%
B=41.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188841900.010.5600.25298.8744.9253.73
HexBC54BE13801912b2d36
Octal2741242761700314535566
Binary101111001010100101111101111000011001100101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54BE; }

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

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

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

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

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

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

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

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