#BE5AA6

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

Shades of Fuchsia #BE5AA6

Tints of Fuchsia #BE5AA6

Color information

#BE5AA6 (or 0xBE5AA6) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and A6. RGB value is (190,90,166). Sum of RGB (Red+Green+Blue) = 190+90+166=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA6 is #41A559. Grayscale: #808080. Windows color (decimal): -4302170 or 10902206. OLE color: 10902206.

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

Color convert

RGB19090166-
CMYK00.530.130.25
HSL314.4º43.48%54.9%-
HSV(B)314.4º52.63%74.51%-
XYZ31.7721.0138.46-
YUV128.56149.13171.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=42.60%
G=20.18%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909016600.530.130.25314.443.4854.9
HexBE5AA6035D1913a2b37
Octal27613224606515314725367
Binary101111101011010101001100110101110111001100111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AA6; }

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

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

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

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

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

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

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

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