#B56AB3

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

Shades of Fuchsia #B56AB3

Tints of Fuchsia #B56AB3

Color information

#B56AB3 (or 0xB56AB3) is unknown color: approx Fuchsia. HEX triplet: B5, 6A and B3. RGB value is (181,106,179). Sum of RGB (Red+Green+Blue) = 181+106+179=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AB3 is #4A954C. Grayscale: #888888. Windows color (decimal): -4887885 or 11758261. OLE color: 11758261.

HSL color Cylindrical-coordinate representation of color #B56AB3: hue angle of 301.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56AB3 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181106179-
CMYK00.410.010.29
HSL301.6º33.63%56.27%-
HSV(B)301.6º41.44%70.98%-
XYZ32.3523.3945.46-
YUV136.75151.85159.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=38.84%
G=22.75%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110617900.410.010.29301.633.6356.27
HexB56AB302911D12e2238
Octal2651522630511354564270
Binary101101011101010101100110101001111101100101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AB3; }

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

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

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

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

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

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

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

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