#BE59BA

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

Shades of Fuchsia #BE59BA

Tints of Fuchsia #BE59BA

Color information

#BE59BA (or 0xBE59BA) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and BA. RGB value is (190,89,186). Sum of RGB (Red+Green+Blue) = 190+89+186=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BA is #41A645. Grayscale: #818181. Windows color (decimal): -4302406 or 12212670. OLE color: 12212670.

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

Color convert

RGB19089186-
CMYK00.530.020.25
HSL302.38º43.72%54.71%-
HSV(B)302.38º53.16%74.51%-
XYZ33.6721.6448.86-
YUV130.26159.46170.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 186 (73.05% from 255) = 40%
R=40.86%
G=19.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908918600.530.020.25302.3843.7254.71
HexBE59BA03521912e2c37
Octal2761312720652314565467
Binary1011111010110011011101001101011011001100101110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59BA; }

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

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

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

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

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

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

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

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