#BE56AB

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

Shades of Fuchsia #BE56AB

Tints of Fuchsia #BE56AB

Color information

#BE56AB (or 0xBE56AB) is unknown color: approx Fuchsia. HEX triplet: BE, 56 and AB. RGB value is (190,86,171). Sum of RGB (Red+Green+Blue) = 190+86+171=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56AB is #41A954. Grayscale: #7E7E7E. Windows color (decimal): -4303189 or 11228862. OLE color: 11228862.

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

Color convert

RGB19086171-
CMYK00.550.100.25
HSL310.96º44.44%54.12%-
HSV(B)310.96º54.74%74.51%-
XYZ31.9120.5440.81-
YUV126.79152.96173.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=42.51%
G=19.24%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908617100.550.100.25310.9644.4454.12
HexBE56AB037A191372c36
Octal27612625306712314675466
Binary101111101010110101010110110111101011001100110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE56AB; }

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

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

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

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

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

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

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

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