#BE59BD

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

Shades of Fuchsia #BE59BD

Tints of Fuchsia #BE59BD

Color information

#BE59BD (or 0xBE59BD) is unknown color: approx Fuchsia. HEX triplet: BE, 59 and BD. RGB value is (190,89,189). Sum of RGB (Red+Green+Blue) = 190+89+189=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BD is #41A642. Grayscale: #828282. Windows color (decimal): -4302403 or 12409278. OLE color: 12409278.

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

Color convert

RGB19089189-
CMYK00.530.010.25
HSL300.59º43.72%54.71%-
HSV(B)300.59º53.16%74.51%-
XYZ33.9921.7750.55-
YUV130.6160.96170.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=40.60%
G=19.02%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908918900.530.010.25300.5943.7254.71
HexBE59BD03511912d2c37
Octal2761312750651314555467
Binary101111101011001101111010110101111001100101101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59BD; }

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

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

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

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

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

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

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

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