#BE57A8

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

Shades of Fuchsia #BE57A8

Tints of Fuchsia #BE57A8

Color information

#BE57A8 (or 0xBE57A8) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and A8. RGB value is (190,87,168). Sum of RGB (Red+Green+Blue) = 190+87+168=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE57A8 is #41A857. Grayscale: #7E7E7E. Windows color (decimal): -4302936 or 11032510. OLE color: 11032510.

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

Color convert

RGB19087168-
CMYK00.540.120.25
HSL312.82º44.21%54.31%-
HSV(B)312.82º54.21%74.51%-
XYZ31.7120.5939.35-
YUV127.03151.12172.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 87 (34.38% from 255) = 19.55%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=42.70%
G=19.55%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908716800.540.120.25312.8244.2154.31
HexBE57A8036C191392c36
Octal27612725006614314715466
Binary101111101010111101010000110110110011001100111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57A8; }

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

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

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

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

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

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

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

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