#BE59AF

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

Shades of Fuchsia #BE59AF

Tints of Fuchsia #BE59AF

Color information

#BE59AF (or 0xBE59AF) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and AF. RGB value is (190,89,175). Sum of RGB (Red+Green+Blue) = 190+89+175=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59AF is #41A650. Grayscale: #808080. Windows color (decimal): -4302417 or 11491774. OLE color: 11491774.

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

Color convert

RGB19089175-
CMYK00.530.080.25
HSL308.91º43.72%54.71%-
HSV(B)308.91º53.16%74.51%-
XYZ32.5521.1942.93-
YUV129153.96171.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=41.85%
G=19.60%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908917500.530.080.25308.9143.7254.71
HexBE59AF0358191352c37
Octal27613125706510314655467
Binary101111101011001101011110110101100011001100110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59AF; }

 p { color: rgb(190,89,175); }

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

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

 a { background-color: rgb(190,89,175); }

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

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

 span { border-color: rgb(190,89,175); }

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