#BE4FAE

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

Shades of Fuchsia #BE4FAE

Tints of Fuchsia #BE4FAE

Color information

#BE4FAE (or 0xBE4FAE) is unknown color: approx Fuchsia. HEX triplet: BE, 4F and AE. RGB value is (190,79,174). Sum of RGB (Red+Green+Blue) = 190+79+174=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4FAE is #41B051. Grayscale: #7A7A7A. Windows color (decimal): -4304978 or 11423678. OLE color: 11423678.

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

Color convert

RGB19079174-
CMYK00.580.080.25
HSL308.65º46.06%52.75%-
HSV(B)308.65º58.42%74.51%-
XYZ31.6719.642.16-
YUV123.02156.77175.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=42.89%
G=17.83%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907917400.580.080.25308.6546.0652.75
HexBE4FAE03A8191352e35
Octal27611725607210314655665
Binary101111101001111101011100111010100011001100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FAE; }

 p { color: rgb(190,79,174); }

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

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

 a { background-color: rgb(190,79,174); }

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

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

 span { border-color: rgb(190,79,174); }

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