#BE59C3

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

Shades of Fuchsia #BE59C3

Tints of Fuchsia #BE59C3

Color information

#BE59C3 (or 0xBE59C3) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and C3. RGB value is (190,89,195). Sum of RGB (Red+Green+Blue) = 190+89+195=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE59C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59C3 is #41A63C. Grayscale: #828282. Windows color (decimal): -4302397 or 12802494. OLE color: 12802494.

HSL color Cylindrical-coordinate representation of color #BE59C3: hue angle of 297.17º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE59C3 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19089195-
CMYK0.030.5400.24
HSL297.17º46.9%55.69%-
HSV(B)297.17º54.36%76.47%-
XYZ34.6622.0354.06-
YUV131.28163.96169.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=40.08%
G=18.78%
B=41.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190891950.030.5400.24297.1746.955.69
HexBE59C33360181292f38
Octal2761313033660304515770
Binary1011111010110011100001111110110011000100101001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59C3; }

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

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

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

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

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

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

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

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