#BE5AC2

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

Shades of Fuchsia #BE5AC2

Tints of Fuchsia #BE5AC2

Color information

#BE5AC2 (or 0xBE5AC2) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and C2. RGB value is (190,90,194). Sum of RGB (Red+Green+Blue) = 190+90+194=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5AC2 is #41A53D. Grayscale: #838383. Windows color (decimal): -4302142 or 12737214. OLE color: 12737214.

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

Color convert

RGB19090194-
CMYK0.020.5400.24
HSL297.69º46.02%55.69%-
HSV(B)297.69º53.61%76.08%-
XYZ34.6322.1553.49-
YUV131.76163.13169.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=40.08%
G=18.99%
B=40.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190901940.020.5400.24297.6946.0255.69
HexBE5AC223601812a2e38
Octal2761323022660304525670
Binary1011111010110101100001010110110011000100101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AC2; }

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

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

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

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

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

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

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

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