#BE5EC9

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

Shades of Fuchsia #BE5EC9

Tints of Fuchsia #BE5EC9

Color information

#BE5EC9 (or 0xBE5EC9) is unknown color: approx Fuchsia. HEX triplet: BE, 5E and C9. RGB value is (190,94,201). Sum of RGB (Red+Green+Blue) = 190+94+201=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EC9 is #41A136. Grayscale: #868686. Windows color (decimal): -4301111 or 13196990. OLE color: 13196990.

HSL color Cylindrical-coordinate representation of color #BE5EC9: hue angle of 293.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5EC9 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19094201-
CMYK0.050.5300.21
HSL293.83º49.77%57.84%-
HSV(B)293.83º53.23%78.82%-
XYZ35.7823.1757.84-
YUV134.9165.3167.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=39.18%
G=19.38%
B=41.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190942010.050.5300.21293.8349.7757.84
HexBE5EC9535015126323a
Octal2761363115650254466272
Binary10111110101111011001001101110101010101100100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EC9; }

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

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

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

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

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

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

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

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