#B55AAE

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

Shades of Fuchsia #B55AAE

Tints of Fuchsia #B55AAE

Color information

#B55AAE (or 0xB55AAE) is unknown color: approx Fuchsia. HEX triplet: B5, 5A and AE. RGB value is (181,90,174). Sum of RGB (Red+Green+Blue) = 181+90+174=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B55AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55AAE is #4AA551. Grayscale: #7E7E7E. Windows color (decimal): -4891986 or 11426485. OLE color: 11426485.

HSL color Cylindrical-coordinate representation of color #B55AAE: hue angle of 304.62º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55AAE is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18190174-
CMYK00.500.040.29
HSL304.62º38.08%53.14%-
HSV(B)304.62º50.28%70.98%-
XYZ30.3520.1942.34-
YUV126.78154.65166.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=40.67%
G=20.22%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819017400.500.040.29304.6238.0853.14
HexB55AAE03241D1312635
Octal2651322560624354614665
Binary10110101101101010101110011001010011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AAE; }

 p { color: rgb(181,90,174); }

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

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

 a { background-color: rgb(181,90,174); }

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

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

 span { border-color: rgb(181,90,174); }

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