#BE57BE

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

Shades of Fuchsia #BE57BE

Tints of Fuchsia #BE57BE

Color information

#BE57BE (or 0xBE57BE) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and BE. RGB value is (190,87,190). Sum of RGB (Red+Green+Blue) = 190+87+190=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57BE is #41A841. Grayscale: #818181. Windows color (decimal): -4302914 or 12474302. OLE color: 12474302.

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

Color convert

RGB19087190-
CMYK00.5400.25
HSL300º44.21%54.31%-
HSV(B)300º54.21%74.51%-
XYZ33.9421.4851.07-
YUV129.54162.12171.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 87 (34.38% from 255) = 18.63%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=40.69%
G=18.63%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908719000.5400.2530044.2154.31
HexBE57BE03601912c2c36
Octal2761272760660314545466
Binary101111101010111101111100110110011001100101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57BE; }

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

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

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

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

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

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

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

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