#BE40AE

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

Shades of Fuchsia #BE40AE

Tints of Fuchsia #BE40AE

Color information

#BE40AE (or 0xBE40AE) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and AE. RGB value is (190,64,174). Sum of RGB (Red+Green+Blue) = 190+64+174=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40AE is #41BF51. Grayscale: #717171. Windows color (decimal): -4308818 or 11419838. OLE color: 11419838.

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

Color convert

RGB19064174-
CMYK00.660.080.25
HSL307.62º49.61%49.8%-
HSV(B)307.62º66.32%74.51%-
XYZ30.7117.6741.84-
YUV114.21161.74182.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=44.39%
G=14.95%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906417400.660.080.25307.6249.6149.8
HexBE40AE0428191343232
Octal276100256010210314646262
Binary1011111010000001010111001000010100011001100110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40AE; }

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

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

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

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

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

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

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

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