#BE57BF

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

Shades of Fuchsia #BE57BF

Tints of Fuchsia #BE57BF

Color information

#BE57BF (or 0xBE57BF) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and BF. RGB value is (190,87,191). Sum of RGB (Red+Green+Blue) = 190+87+191=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE57BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57BF is #41A840. Grayscale: #818181. Windows color (decimal): -4302913 or 12539838. OLE color: 12539838.

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

Color convert

RGB19087191-
CMYK0.010.5400.25
HSL299.42º44.83%54.51%-
HSV(B)299.42º54.45%74.9%-
XYZ34.0521.5351.65-
YUV129.65162.62171.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 191 (75% from 255) = 40.81%
R=40.60%
G=18.59%
B=40.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190871910.010.5400.25299.4244.8354.51
HexBE57BF13601912b2d37
Octal2761272771660314535567
Binary101111101010111101111111110110011001100101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57BF; }

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

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

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

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

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

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

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

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