#BE56BE

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

Shades of Fuchsia #BE56BE

Tints of Fuchsia #BE56BE

Color information

#BE56BE (or 0xBE56BE) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and BE. RGB value is (190,86,190). Sum of RGB (Red+Green+Blue) = 190+86+190=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE56BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56BE is #41A941. Grayscale: #808080. Windows color (decimal): -4303170 or 12474046. OLE color: 12474046.

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

Color convert

RGB19086190-
CMYK00.5500.25
HSL300º44.44%54.12%-
HSV(B)300º54.74%74.51%-
XYZ33.8621.3251.05-
YUV128.95162.46171.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=40.77%
G=18.45%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908619000.5500.2530044.4454.12
HexBE56BE03701912c2c36
Octal2761262760670314545466
Binary101111101010110101111100110111011001100101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56BE; }

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

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

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

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

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

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

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

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