#BE5EAC

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

Shades of Fuchsia #BE5EAC

Tints of Fuchsia #BE5EAC

Color information

#BE5EAC (or 0xBE5EAC) is unknown color: approx Fuchsia. HEX triplet: BE, 5E and AC. RGB value is (190,94,172). Sum of RGB (Red+Green+Blue) = 190+94+172=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EAC is #41A153. Grayscale: #838383. Windows color (decimal): -4301140 or 11296446. OLE color: 11296446.

HSL color Cylindrical-coordinate representation of color #BE5EAC: hue angle of 311.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5EAC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19094172-
CMYK00.510.090.25
HSL311.25º42.48%55.69%-
HSV(B)311.25º50.53%74.51%-
XYZ32.6821.9341.54-
YUV131.6150.8169.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=41.67%
G=20.61%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909417200.510.090.25311.2542.4855.69
HexBE5EAC0339191372a38
Octal27613625406311314675270
Binary101111101011110101011000110011100111001100110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EAC; }

 p { color: rgb(190,94,172); }

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

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

 a { background-color: rgb(190,94,172); }

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

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

 span { border-color: rgb(190,94,172); }

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