#B559AB

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

Shades of Fuchsia #B559AB

Tints of Fuchsia #B559AB

Color information

#B559AB (or 0xB559AB) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and AB. RGB value is (181,89,171). Sum of RGB (Red+Green+Blue) = 181+89+171=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B559AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559AB is #4AA654. Grayscale: #7D7D7D. Windows color (decimal): -4892245 or 11229621. OLE color: 11229621.

HSL color Cylindrical-coordinate representation of color #B559AB: hue angle of 306.52º 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 #B559AB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18189171-
CMYK00.510.060.29
HSL306.52º38.33%52.94%-
HSV(B)306.52º50.83%70.98%-
XYZ29.9819.9140.79-
YUV125.86153.48167.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=41.04%
G=20.18%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818917100.510.060.29306.5238.3352.94
HexB559AB03361D1332635
Octal2651312530636354634665
Binary10110101101100110101011011001111011101100110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559AB; }

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

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

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

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

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

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

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

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