#BC59BE

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

Shades of Fuchsia #BC59BE

Tints of Fuchsia #BC59BE

Color information

#BC59BE (or 0xBC59BE) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and BE. RGB value is (188,89,190). Sum of RGB (Red+Green+Blue) = 188+89+190=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BE is #43A641. Grayscale: #818181. Windows color (decimal): -4433474 or 12474812. OLE color: 12474812.

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

Color convert

RGB18889190-
CMYK0.010.5300.25
HSL298.81º43.72%54.71%-
HSV(B)298.81º53.16%74.51%-
XYZ33.6121.5551.1-
YUV130.11161.8169.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=40.26%
G=19.06%
B=40.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188891900.010.5300.25298.8143.7254.71
HexBC59BE13501912b2c37
Octal2741312761650314535467
Binary101111001011001101111101110101011001100101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59BE; }

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

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

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

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

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

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

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

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