#BE57C8

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

Shades of Fuchsia #BE57C8

Tints of Fuchsia #BE57C8

Color information

#BE57C8 (or 0xBE57C8) is unknown color: approx Fuchsia. HEX triplet: BE, 57 and C8. RGB value is (190,87,200). Sum of RGB (Red+Green+Blue) = 190+87+200=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE57C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57C8 is #41A837. Grayscale: #828282. Windows color (decimal): -4302904 or 13129662. OLE color: 13129662.

HSL color Cylindrical-coordinate representation of color #BE57C8: hue angle of 294.69º degrees, saturation: 0.51, 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 #BE57C8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19087200-
CMYK0.050.5600.22
HSL294.69º50.67%56.27%-
HSV(B)294.69º56.5%78.43%-
XYZ35.0721.9357.03-
YUV130.68167.12170.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 87 (34.38% from 255) = 18.24%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=39.83%
G=18.24%
B=41.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190872000.050.5600.22294.6950.6756.27
HexBE57C85380161273338
Octal2761273105700264476370
Binary10111110101011111001000101111000010110100100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57C8; }

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

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

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

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

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

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

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

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