#BE50AE

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

Shades of Fuchsia #BE50AE

Tints of Fuchsia #BE50AE

Color information

#BE50AE (or 0xBE50AE) is unknown color: approx Fuchsia. HEX triplet: BE, 50 and AE. RGB value is (190,80,174). Sum of RGB (Red+Green+Blue) = 190+80+174=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50AE is #41AF51. Grayscale: #7B7B7B. Windows color (decimal): -4304722 or 11423934. OLE color: 11423934.

HSL color Cylindrical-coordinate representation of color #BE50AE: hue angle of 308.73º 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 #BE50AE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19080174-
CMYK00.580.080.25
HSL308.73º45.83%52.94%-
HSV(B)308.73º57.89%74.51%-
XYZ31.7419.7442.18-
YUV123.61156.44175.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=42.79%
G=18.02%
B=39.19%

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
Decimal1908017400.580.080.25308.7345.8352.94
HexBE50AE03A8191352e35
Octal27612025607210314655665
Binary101111101010000101011100111010100011001100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50AE; }

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

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

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

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

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

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

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

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