#BE59BE

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

Shades of Fuchsia #BE59BE

Tints of Fuchsia #BE59BE

Color information

#BE59BE (or 0xBE59BE) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and BE. RGB value is (190,89,190). Sum of RGB (Red+Green+Blue) = 190+89+190=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BE is #41A641. Grayscale: #828282. Windows color (decimal): -4302402 or 12474814. OLE color: 12474814.

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

Color convert

RGB19089190-
CMYK00.5300.25
HSL300º43.72%54.71%-
HSV(B)300º53.16%74.51%-
XYZ34.121.8151.13-
YUV130.71161.46170.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 89 (35.16% from 255) = 18.98%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=40.51%
G=18.98%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908919000.5300.2530043.7254.71
HexBE59BE03501912c2c37
Octal2761312760650314545467
Binary101111101011001101111100110101011001100101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59BE; }

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

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

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

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

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

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

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

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