#BE4EC1

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

Shades of Fuchsia #BE4EC1

Tints of Fuchsia #BE4EC1

Color information

#BE4EC1 (or 0xBE4EC1) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and C1. RGB value is (190,78,193). Sum of RGB (Red+Green+Blue) = 190+78+193=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EC1 is #41B13E. Grayscale: #7C7C7C. Windows color (decimal): -4305215 or 12668606. OLE color: 12668606.

HSL color Cylindrical-coordinate representation of color #BE4EC1: hue angle of 298.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4EC1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19078193-
CMYK0.020.6000.24
HSL298.43º48.12%53.14%-
HSV(B)298.43º59.59%75.69%-
XYZ33.5920.2552.59-
YUV124.6166.61174.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=41.21%
G=16.92%
B=41.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190781930.020.6000.24298.4348.1253.14
HexBE4EC123C01812a3035
Octal2761163012740304526065
Binary1011111010011101100000110111100011000100101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EC1; }

 p { color: rgb(190,78,193); }

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

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

 a { background-color: rgb(190,78,193); }

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

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

 span { border-color: rgb(190,78,193); }

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