#BE2AAE

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

Shades of Fuchsia #BE2AAE

Tints of Fuchsia #BE2AAE

Color information

#BE2AAE (or 0xBE2AAE) is unknown color: approx Fuchsia. HEX triplet: BE, 2A and AE. RGB value is (190,42,174). Sum of RGB (Red+Green+Blue) = 190+42+174=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AAE is #41D551. Grayscale: #646464. Windows color (decimal): -4314450 or 11414206. OLE color: 11414206.

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

Color convert

RGB19042174-
CMYK00.780.080.25
HSL306.49º63.79%45.49%-
HSV(B)306.49º77.89%74.51%-
XYZ29.715.6641.5-
YUV101.3169.03191.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=46.80%
G=10.34%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904217400.780.080.25306.4963.7945.49
HexBE2AAE04E819132402d
Octal276522560116103146210055
Binary1011111010101010101110010011101000110011001100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2AAE; }

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

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

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

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

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

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

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

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