#B559AE

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

Shades of Fuchsia #B559AE

Tints of Fuchsia #B559AE

Color information

#B559AE (or 0xB559AE) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and AE. RGB value is (181,89,174). Sum of RGB (Red+Green+Blue) = 181+89+174=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B559AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559AE is #4AA651. Grayscale: #7D7D7D. Windows color (decimal): -4892242 or 11426229. OLE color: 11426229.

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

Color convert

RGB18189174-
CMYK00.510.040.29
HSL304.57º38.33%52.94%-
HSV(B)304.57º50.83%70.98%-
XYZ30.2720.0242.31-
YUV126.2154.98167.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=40.77%
G=20.05%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818917400.510.040.29304.5738.3352.94
HexB559AE03341D1312635
Octal2651312560634354614665
Binary10110101101100110101110011001110011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559AE; }

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

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

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

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

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

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

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

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