#B559B2

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

Shades of Fuchsia #B559B2

Tints of Fuchsia #B559B2

Color information

#B559B2 (or 0xB559B2) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and B2. RGB value is (181,89,178). Sum of RGB (Red+Green+Blue) = 181+89+178=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B559B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B559B2 is #4AA64D. Grayscale: #7E7E7E. Windows color (decimal): -4892238 or 11688373. OLE color: 11688373.

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

Color convert

RGB18189178-
CMYK00.510.020.29
HSL301.96º38.33%52.94%-
HSV(B)301.96º50.83%70.98%-
XYZ30.6620.1844.4-
YUV126.65156.98166.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 178 (69.92% from 255) = 39.73%
R=40.40%
G=19.87%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818917800.510.020.29301.9638.3352.94
HexB559B203321D12e2635
Octal2651312620632354564665
Binary1011010110110011011001001100111011101100101110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559B2; }

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

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

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

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

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

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

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

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