#BE5EC3

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

Shades of Fuchsia #BE5EC3

Tints of Fuchsia #BE5EC3

Color information

#BE5EC3 (or 0xBE5EC3) is unknown color: approx Fuchsia. HEX triplet: BE, 5E and C3. RGB value is (190,94,195). Sum of RGB (Red+Green+Blue) = 190+94+195=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE5EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EC3 is #41A13C. Grayscale: #858585. Windows color (decimal): -4301117 or 12803774. OLE color: 12803774.

HSL color Cylindrical-coordinate representation of color #BE5EC3: hue angle of 297.03º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5EC3 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19094195-
CMYK0.030.5200.24
HSL297.03º45.7%56.67%-
HSV(B)297.03º51.79%76.47%-
XYZ35.0922.8954.2-
YUV134.22162.3167.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 195 (76.56% from 255) = 40.71%
R=39.67%
G=19.62%
B=40.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190941950.030.5200.24297.0345.756.67
HexBE5EC33340181292e39
Octal2761363033640304515671
Binary1011111010111101100001111110100011000100101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EC3; }

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

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

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

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

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

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

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

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