#BE56B6

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

Shades of Fuchsia #BE56B6

Tints of Fuchsia #BE56B6

Color information

#BE56B6 (or 0xBE56B6) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and B6. RGB value is (190,86,182). Sum of RGB (Red+Green+Blue) = 190+86+182=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56B6 is #41A949. Grayscale: #7F7F7F. Windows color (decimal): -4303178 or 11949758. OLE color: 11949758.

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

Color convert

RGB19086182-
CMYK00.550.040.25
HSL304.62º44.44%54.12%-
HSV(B)304.62º54.74%74.51%-
XYZ33.0120.9846.57-
YUV128.04158.46172.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=41.48%
G=18.78%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908618200.550.040.25304.6244.4454.12
HexBE56B60374191312c36
Octal2761262660674314615466
Binary10111110101011010110110011011110011001100110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56B6; }

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

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

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

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

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

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

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

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