#BE4EAC

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

Shades of Fuchsia #BE4EAC

Tints of Fuchsia #BE4EAC

Color information

#BE4EAC (or 0xBE4EAC) is unknown color: approx Fuchsia. HEX triplet: BE, 4E and AC. RGB value is (190,78,172). Sum of RGB (Red+Green+Blue) = 190+78+172=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EAC is #41B153. Grayscale: #797979. Windows color (decimal): -4305236 or 11292350. OLE color: 11292350.

HSL color Cylindrical-coordinate representation of color #BE4EAC: hue angle of 309.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4EAC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19078172-
CMYK00.590.090.25
HSL309.64º46.28%52.55%-
HSV(B)309.64º58.95%74.51%-
XYZ31.4119.3741.11-
YUV122.2156.11176.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=43.18%
G=17.73%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907817200.590.090.25309.6446.2852.55
HexBE4EAC03B9191362e35
Octal27611625407311314665665
Binary101111101001110101011000111011100111001100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EAC; }

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

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

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

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

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

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

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

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