#BE56B1

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

Shades of Fuchsia #BE56B1

Tints of Fuchsia #BE56B1

Color information

#BE56B1 (or 0xBE56B1) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and B1. RGB value is (190,86,177). Sum of RGB (Red+Green+Blue) = 190+86+177=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56B1 is #41A94E. Grayscale: #7F7F7F. Windows color (decimal): -4303183 or 11622078. OLE color: 11622078.

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

Color convert

RGB19086177-
CMYK00.550.070.25
HSL307.5º44.44%54.12%-
HSV(B)307.5º54.74%74.51%-
XYZ32.520.7843.89-
YUV127.47155.96172.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=41.94%
G=18.98%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908617700.550.070.25307.544.4454.12
HexBE56B10377191342c36
Octal2761262610677314645466
Binary10111110101011010110001011011111111001100110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56B1; }

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

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

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

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

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

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

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

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