#BE59A7

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

Shades of Fuchsia #BE59A7

Tints of Fuchsia #BE59A7

Color information

#BE59A7 (or 0xBE59A7) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and A7. RGB value is (190,89,167). Sum of RGB (Red+Green+Blue) = 190+89+167=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59A7 is #41A658. Grayscale: #7F7F7F. Windows color (decimal): -4302425 or 10967486. OLE color: 10967486.

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

Color convert

RGB19089167-
CMYK00.530.120.25
HSL313.66º43.72%54.71%-
HSV(B)313.66º53.16%74.51%-
XYZ31.7820.8838.91-
YUV128.09149.96172.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=42.60%
G=19.96%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908916700.530.120.25313.6643.7254.71
HexBE59A7035C1913a2c37
Octal27613124706514314725467
Binary101111101011001101001110110101110011001100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59A7; }

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

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

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

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

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

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

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

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