#BE5EC1

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

Shades of Fuchsia #BE5EC1

Tints of Fuchsia #BE5EC1

Color information

#BE5EC1 (or 0xBE5EC1) is unknown color: approx Fuchsia. HEX triplet: BE, 5E and C1. RGB value is (190,94,193). Sum of RGB (Red+Green+Blue) = 190+94+193=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EC1 is #41A13E. Grayscale: #858585. Windows color (decimal): -4301119 or 12672702. OLE color: 12672702.

HSL color Cylindrical-coordinate representation of color #BE5EC1: hue angle of 298.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5EC1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19094193-
CMYK0.020.5100.24
HSL298.18º44.39%56.27%-
HSV(B)298.18º51.3%75.69%-
XYZ34.8622.853.02-
YUV133.99161.3167.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=39.83%
G=19.71%
B=40.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190941930.020.5100.24298.1844.3956.27
HexBE5EC123301812a2c38
Octal2761363012630304525470
Binary1011111010111101100000110110011011000100101010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EC1; }

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

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

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

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

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

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

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

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