#BE57C0

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

Shades of Fuchsia #BE57C0

Tints of Fuchsia #BE57C0

Color information

#BE57C0 (or 0xBE57C0) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and C0. RGB value is (190,87,192). Sum of RGB (Red+Green+Blue) = 190+87+192=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57C0 is #41A83F. Grayscale: #818181. Windows color (decimal): -4302912 or 12605374. OLE color: 12605374.

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

Color convert

RGB19087192-
CMYK0.010.5500.25
HSL298.86º45.45%54.71%-
HSV(B)298.86º54.69%75.29%-
XYZ34.1621.5752.23-
YUV129.77163.12170.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=40.51%
G=18.55%
B=40.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190871920.010.5500.25298.8645.4554.71
HexBE57C013701912b2d37
Octal2761273001670314535567
Binary101111101010111110000001110111011001100101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57C0; }

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

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

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

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

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

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

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

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