#BE57B7

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

Shades of Fuchsia #BE57B7

Tints of Fuchsia #BE57B7

Color information

#BE57B7 (or 0xBE57B7) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and B7. RGB value is (190,87,183). Sum of RGB (Red+Green+Blue) = 190+87+183=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57B7 is #41A848. Grayscale: #808080. Windows color (decimal): -4302921 or 12015550. OLE color: 12015550.

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

Color convert

RGB19087183-
CMYK00.540.040.25
HSL304.08º44.21%54.31%-
HSV(B)304.08º54.21%74.51%-
XYZ33.1921.1847.14-
YUV128.74158.62171.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=41.30%
G=18.91%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908718300.540.040.25304.0844.2154.31
HexBE57B70364191302c36
Octal2761272670664314605466
Binary10111110101011110110111011011010011001100110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57B7; }

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

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

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

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

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

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

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

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