#B559BA

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

Shades of Fuchsia #B559BA

Tints of Fuchsia #B559BA

Color information

#B559BA (or 0xB559BA) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and BA. RGB value is (181,89,186). Sum of RGB (Red+Green+Blue) = 181+89+186=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B559BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559BA is #4AA645. Grayscale: #7F7F7F. Windows color (decimal): -4892230 or 12212661. OLE color: 12212661.

HSL color Cylindrical-coordinate representation of color #B559BA: hue angle of 296.91º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B559BA is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18189186-
CMYK0.030.5200.27
HSL296.91º41.28%53.92%-
HSV(B)296.91º52.15%72.94%-
XYZ31.4920.5148.75-
YUV127.57160.98166.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=39.69%
G=19.52%
B=40.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181891860.030.5200.27296.9141.2853.92
HexB559BA33401B1292936
Octal2651312723640334515166
Binary1011010110110011011101011110100011011100101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559BA; }

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

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

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

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

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

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

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

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