#BE57B1

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

Shades of Fuchsia #BE57B1

Tints of Fuchsia #BE57B1

Color information

#BE57B1 (or 0xBE57B1) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and B1. RGB value is (190,87,177). Sum of RGB (Red+Green+Blue) = 190+87+177=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE57B1 is #41A84E. Grayscale: #7F7F7F. Windows color (decimal): -4302927 or 11622334. OLE color: 11622334.

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

Color convert

RGB19087177-
CMYK00.540.070.25
HSL307.57º44.21%54.31%-
HSV(B)307.57º54.21%74.51%-
XYZ32.5820.9443.92-
YUV128.06155.62172.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=41.85%
G=19.16%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908717700.540.070.25307.5744.2154.31
HexBE57B10367191342c36
Octal2761272610667314645466
Binary10111110101011110110001011011011111001100110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57B1; }

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

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

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

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

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

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

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

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