#BE55AA

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

Shades of Fuchsia #BE55AA

Tints of Fuchsia #BE55AA

Color information

#BE55AA (or 0xBE55AA) is unknown color: approx Fuchsia. HEX triplet: BE, 55 and AA. RGB value is (190,85,170). Sum of RGB (Red+Green+Blue) = 190+85+170=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55AA is #41AA55. Grayscale: #7D7D7D. Windows color (decimal): -4303446 or 11163070. OLE color: 11163070.

HSL color Cylindrical-coordinate representation of color #BE55AA: hue angle of 311.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55AA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19085170-
CMYK00.550.110.25
HSL311.43º44.68%53.92%-
HSV(B)311.43º55.26%74.51%-
XYZ31.7420.3540.28-
YUV126.08152.79173.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=42.70%
G=19.10%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908517000.550.110.25311.4344.6853.92
HexBE55AA037B191372d36
Octal27612525206713314675566
Binary101111101010101101010100110111101111001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55AA; }

 p { color: rgb(190,85,170); }

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

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

 a { background-color: rgb(190,85,170); }

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

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

 span { border-color: rgb(190,85,170); }

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