#BE57C6

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

Shades of Fuchsia #BE57C6

Tints of Fuchsia #BE57C6

Color information

#BE57C6 (or 0xBE57C6) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and C6. RGB value is (190,87,198). Sum of RGB (Red+Green+Blue) = 190+87+198=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE57C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57C6 is #41A839. Grayscale: #828282. Windows color (decimal): -4302906 or 12998590. OLE color: 12998590.

HSL color Cylindrical-coordinate representation of color #BE57C6: hue angle of 295.68º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE57C6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19087198-
CMYK0.040.5600.22
HSL295.68º49.33%55.88%-
HSV(B)295.68º56.06%77.65%-
XYZ34.8421.8455.81-
YUV130.45166.12170.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=40%
G=18.32%
B=41.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190871980.040.5600.22295.6849.3355.88
HexBE57C64380161283138
Octal2761273064700264506170
Binary10111110101011111000110100111000010110100101000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57C6; }

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

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

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

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

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

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

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

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