#BE59B6

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

Shades of Fuchsia #BE59B6

Tints of Fuchsia #BE59B6

Color information

#BE59B6 (or 0xBE59B6) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and B6. RGB value is (190,89,182). Sum of RGB (Red+Green+Blue) = 190+89+182=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59B6 is #41A649. Grayscale: #818181. Windows color (decimal): -4302410 or 11950526. OLE color: 11950526.

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

Color convert

RGB19089182-
CMYK00.530.040.25
HSL304.75º43.72%54.71%-
HSV(B)304.75º53.16%74.51%-
XYZ33.2521.4746.65-
YUV129.8157.46170.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=41.21%
G=19.31%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908918200.530.040.25304.7543.7254.71
HexBE59B60354191312c37
Octal2761312660654314615467
Binary10111110101100110110110011010110011001100110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59B6; }

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

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

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

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

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

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

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

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