#BE51AE

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

Shades of Fuchsia #BE51AE

Tints of Fuchsia #BE51AE

Color information

#BE51AE (or 0xBE51AE) is unknown color: approx Fuchsia. HEX triplet: BE, 51 and AE. RGB value is (190,81,174). Sum of RGB (Red+Green+Blue) = 190+81+174=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51AE is #41AE51. Grayscale: #7B7B7B. Windows color (decimal): -4304466 or 11424190. OLE color: 11424190.

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

Color convert

RGB19081174-
CMYK00.570.080.25
HSL308.81º45.61%53.14%-
HSV(B)308.81º57.37%74.51%-
XYZ31.8219.8942.21-
YUV124.19156.11174.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=42.70%
G=18.20%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908117400.570.080.25308.8145.6153.14
HexBE51AE0398191352e35
Octal27612125607110314655665
Binary101111101010001101011100111001100011001100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE51AE; }

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

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

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

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

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

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

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

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