#BE5BC2

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

Shades of Fuchsia #BE5BC2

Tints of Fuchsia #BE5BC2

Color information

#BE5BC2 (or 0xBE5BC2) is unknown color: approx Fuchsia. HEX triplet: BE, 5B and C2. RGB value is (190,91,194). Sum of RGB (Red+Green+Blue) = 190+91+194=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BC2 is #41A43D. Grayscale: #848484. Windows color (decimal): -4301886 or 12737470. OLE color: 12737470.

HSL color Cylindrical-coordinate representation of color #BE5BC2: hue angle of 297.67º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5BC2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19091194-
CMYK0.020.5300.24
HSL297.67º45.78%55.88%-
HSV(B)297.67º53.09%76.08%-
XYZ34.7122.3253.52-
YUV132.34162.8169.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=40%
G=19.16%
B=40.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190911940.020.5300.24297.6745.7855.88
HexBE5BC223501812a2e38
Octal2761333022650304525670
Binary1011111010110111100001010110101011000100101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5BC2; }

 p { color: rgb(190,91,194); }

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

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

 a { background-color: rgb(190,91,194); }

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

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

 span { border-color: rgb(190,91,194); }

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