#B56ABF

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

Shades of Fuchsia #B56ABF

Tints of Fuchsia #B56ABF

Color information

#B56ABF (or 0xB56ABF) is unknown color: approx Fuchsia. HEX triplet: B5, 6A and BF. RGB value is (181,106,191). Sum of RGB (Red+Green+Blue) = 181+106+191=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #B56ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ABF is #4A9540. Grayscale: #898989. Windows color (decimal): -4887873 or 12544693. OLE color: 12544693.

HSL color Cylindrical-coordinate representation of color #B56ABF: hue angle of 292.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56ABF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181106191-
CMYK0.050.4500.25
HSL292.94º39.91%58.24%-
HSV(B)292.94º44.5%74.9%-
XYZ33.6123.8952.13-
YUV138.12157.85158.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 191 (75% from 255) = 39.96%
R=37.87%
G=22.18%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811061910.050.4500.25292.9439.9158.24
HexB56ABF52D019125283a
Octal2651522775550314455072
Binary10110101110101010111111101101101011001100100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ABF; }

 p { color: rgb(181,106,191); }

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

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

 a { background-color: rgb(181,106,191); }

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

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

 span { border-color: rgb(181,106,191); }

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