#BE5AAE

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

Shades of Fuchsia #BE5AAE

Tints of Fuchsia #BE5AAE

Color information

#BE5AAE (or 0xBE5AAE) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and AE. RGB value is (190,90,174). Sum of RGB (Red+Green+Blue) = 190+90+174=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AAE is #41A551. Grayscale: #818181. Windows color (decimal): -4302162 or 11426494. OLE color: 11426494.

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

Color convert

RGB19090174-
CMYK00.530.080.25
HSL309.6º43.48%54.9%-
HSV(B)309.6º52.63%74.51%-
XYZ32.5321.3242.44-
YUV129.48153.13171.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=41.85%
G=19.82%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909017400.530.080.25309.643.4854.9
HexBE5AAE0358191362b37
Octal27613225606510314665367
Binary101111101011010101011100110101100011001100110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AAE; }

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

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

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

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

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

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

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

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