#BE59BC

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

Shades of Fuchsia #BE59BC

Tints of Fuchsia #BE59BC

Color information

#BE59BC (or 0xBE59BC) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and BC. RGB value is (190,89,188). Sum of RGB (Red+Green+Blue) = 190+89+188=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BC is #41A643. Grayscale: #828282. Windows color (decimal): -4302404 or 12343742. OLE color: 12343742.

HSL color Cylindrical-coordinate representation of color #BE59BC: hue angle of 301.19º 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 #BE59BC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19089188-
CMYK00.530.010.25
HSL301.19º43.72%54.71%-
HSV(B)301.19º53.16%74.51%-
XYZ33.8821.7249.98-
YUV130.49160.46170.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908918800.530.010.25301.1943.7254.71
HexBE59BC03511912d2c37
Octal2761312740651314555467
Binary101111101011001101111000110101111001100101101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59BC; }

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

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

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

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

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

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

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

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