#BE59B1

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

Shades of Fuchsia #BE59B1

Tints of Fuchsia #BE59B1

Color information

#BE59B1 (or 0xBE59B1) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and B1. RGB value is (190,89,177). Sum of RGB (Red+Green+Blue) = 190+89+177=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59B1 is #41A64E. Grayscale: #808080. Windows color (decimal): -4302415 or 11622846. OLE color: 11622846.

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

Color convert

RGB19089177-
CMYK00.530.070.25
HSL307.72º43.72%54.71%-
HSV(B)307.72º53.16%74.51%-
XYZ32.7421.2743.97-
YUV129.23154.96171.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=41.67%
G=19.52%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908917700.530.070.25307.7243.7254.71
HexBE59B10357191342c37
Octal2761312610657314645467
Binary10111110101100110110001011010111111001100110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59B1; }

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

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

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

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

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

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

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

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