#BE4EC5

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

Shades of Fuchsia #BE4EC5

Tints of Fuchsia #BE4EC5

Color information

#BE4EC5 (or 0xBE4EC5) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and C5. RGB value is (190,78,197). Sum of RGB (Red+Green+Blue) = 190+78+197=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EC5 is #41B13A. Grayscale: #7C7C7C. Windows color (decimal): -4305211 or 12930750. OLE color: 12930750.

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

Color convert

RGB19078197-
CMYK0.040.6000.23
HSL296.47º50.64%53.92%-
HSV(B)296.47º60.41%77.25%-
XYZ34.0420.4354.97-
YUV125.05168.61174.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 78 (30.86% from 255) = 16.77%
BLUE value IS 197 (77.34% from 255) = 42.37%
R=40.86%
G=16.77%
B=42.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190781970.040.6000.23296.4750.6453.92
HexBE4EC543C0171283336
Octal2761163054740274506366
Binary10111110100111011000101100111100010111100101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EC5; }

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

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

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

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

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

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

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

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