#B56AB7

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

Shades of Fuchsia #B56AB7

Tints of Fuchsia #B56AB7

Color information

#B56AB7 (or 0xB56AB7) is unknown color: approx Fuchsia. HEX triplet: B5, 6A and B7. RGB value is (181,106,183). Sum of RGB (Red+Green+Blue) = 181+106+183=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #B56AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AB7 is #4A9548. Grayscale: #888888. Windows color (decimal): -4887881 or 12020405. OLE color: 12020405.

HSL color Cylindrical-coordinate representation of color #B56AB7: hue angle of 298.44º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56AB7 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181106183-
CMYK0.010.4200.28
HSL298.44º34.84%56.67%-
HSV(B)298.44º42.08%71.76%-
XYZ32.7623.5547.62-
YUV137.2153.85159.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=38.51%
G=22.55%
B=38.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811061830.010.4200.28298.4434.8456.67
HexB56AB712A01C12a2339
Octal2651522671520344524371
Binary101101011101010101101111101010011100100101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AB7; }

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

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

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

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

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

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

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

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