#BE3EC5

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

Shades of Fuchsia #BE3EC5

Tints of Fuchsia #BE3EC5

Color information

#BE3EC5 (or 0xBE3EC5) is unknown color: approx Fuchsia. HEX triplet: BE, 3E and C5. RGB value is (190,62,197). Sum of RGB (Red+Green+Blue) = 190+62+197=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EC5 is #41C13A. Grayscale: #737373. Windows color (decimal): -4309307 or 12926654. OLE color: 12926654.

HSL color Cylindrical-coordinate representation of color #BE3EC5: hue angle of 296.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3EC5 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19062197-
CMYK0.040.6900.23
HSL296.89º53.78%50.78%-
HSV(B)296.89º68.53%77.25%-
XYZ33.0418.4254.64-
YUV115.66173.91181.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 62 (24.61% from 255) = 13.81%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=42.32%
G=13.81%
B=43.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190621970.040.6900.23296.8953.7850.78
HexBE3EC54450171293633
Octal2767630541050274516663
Binary10111110111110110001011001000101010111100101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EC5; }

 p { color: rgb(190,62,197); }

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

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

 a { background-color: rgb(190,62,197); }

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

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

 span { border-color: rgb(190,62,197); }

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