#BE59AB

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

Shades of Fuchsia #BE59AB

Tints of Fuchsia #BE59AB

Color information

#BE59AB (or 0xBE59AB) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and AB. RGB value is (190,89,171). Sum of RGB (Red+Green+Blue) = 190+89+171=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59AB is #41A654. Grayscale: #808080. Windows color (decimal): -4302421 or 11229630. OLE color: 11229630.

HSL color Cylindrical-coordinate representation of color #BE59AB: hue angle of 311.29º 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 #BE59AB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19089171-
CMYK00.530.100.25
HSL311.29º43.72%54.71%-
HSV(B)311.29º53.16%74.51%-
XYZ32.1621.0340.89-
YUV128.55151.96171.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 171 (67.19% from 255) = 38%
R=42.22%
G=19.78%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908917100.530.100.25311.2943.7254.71
HexBE59AB035A191372c37
Octal27613125306512314675467
Binary101111101011001101010110110101101011001100110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59AB; }

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

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

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

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

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

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

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

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