#B559BD

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

Shades of Fuchsia #B559BD

Tints of Fuchsia #B559BD

Color information

#B559BD (or 0xB559BD) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and BD. RGB value is (181,89,189). Sum of RGB (Red+Green+Blue) = 181+89+189=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B559BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559BD is #4AA642. Grayscale: #7F7F7F. Windows color (decimal): -4892227 or 12409269. OLE color: 12409269.

HSL color Cylindrical-coordinate representation of color #B559BD: hue angle of 295.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B559BD is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18189189-
CMYK0.040.5300.26
HSL295.2º43.1%54.51%-
HSV(B)295.2º52.91%74.12%-
XYZ31.8120.6450.45-
YUV127.91162.48165.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=39.43%
G=19.39%
B=41.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181891890.040.5300.26295.243.154.51
HexB559BD43501A1272b37
Octal2651312754650324475367
Binary10110101101100110111101100110101011010100100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559BD; }

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

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

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

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

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

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

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

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