#BE5AA7

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

Shades of Fuchsia #BE5AA7

Tints of Fuchsia #BE5AA7

Color information

#BE5AA7 (or 0xBE5AA7) is unknown color: approx Fuchsia. HEX triplet: BE, 5A and A7. RGB value is (190,90,167). Sum of RGB (Red+Green+Blue) = 190+90+167=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA7 is #41A558. Grayscale: #808080. Windows color (decimal): -4302169 or 10967742. OLE color: 10967742.

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

Color convert

RGB19090167-
CMYK00.530.120.25
HSL313.8º43.48%54.9%-
HSV(B)313.8º52.63%74.51%-
XYZ31.8721.0538.94-
YUV128.68149.63171.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 90 (35.55% from 255) = 20.13%
BLUE value IS 167 (65.62% from 255) = 37.36%
R=42.51%
G=20.13%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909016700.530.120.25313.843.4854.9
HexBE5AA7035C1913a2b37
Octal27613224706514314725367
Binary101111101011010101001110110101110011001100111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AA7; }

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

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

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

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

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

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

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

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