#BE57AE

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

Shades of Fuchsia #BE57AE

Tints of Fuchsia #BE57AE

Color information

#BE57AE (or 0xBE57AE) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and AE. RGB value is (190,87,174). Sum of RGB (Red+Green+Blue) = 190+87+174=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE57AE is #41A851. Grayscale: #7F7F7F. Windows color (decimal): -4302930 or 11425726. OLE color: 11425726.

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

Color convert

RGB19087174-
CMYK00.540.080.25
HSL309.32º44.21%54.31%-
HSV(B)309.32º54.21%74.51%-
XYZ32.2820.8242.36-
YUV127.71154.12172.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=42.13%
G=19.29%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908717400.540.080.25309.3244.2154.31
HexBE57AE0368191352c36
Octal27612725606610314655466
Binary101111101010111101011100110110100011001100110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57AE; }

 p { color: rgb(190,87,174); }

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

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

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

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

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

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

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