#BE60AE

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

Shades of Fuchsia #BE60AE

Tints of Fuchsia #BE60AE

Color information

#BE60AE (or 0xBE60AE) is unknown color: approx Fuchsia. HEX triplet: BE, 60 and AE. RGB value is (190,96,174). Sum of RGB (Red+Green+Blue) = 190+96+174=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE60AE is #419F51. Grayscale: #848484. Windows color (decimal): -4300626 or 11428030. OLE color: 11428030.

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

Color convert

RGB19096174-
CMYK00.490.080.25
HSL310.21º41.96%56.08%-
HSV(B)310.21º49.47%74.51%-
XYZ33.0622.3742.62-
YUV133151.14168.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=41.30%
G=20.87%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909617400.490.080.25310.2141.9656.08
HexBE60AE0318191362a38
Octal27614025606110314665270
Binary101111101100000101011100110001100011001100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE60AE; }

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

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

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

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

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

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

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

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