#B56AB2

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

Shades of Fuchsia #B56AB2

Tints of Fuchsia #B56AB2

Color information

#B56AB2 (or 0xB56AB2) is unknown color: approx Fuchsia. HEX triplet: B5, 6A and B2. RGB value is (181,106,178). Sum of RGB (Red+Green+Blue) = 181+106+178=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AB2 is #4A954D. Grayscale: #888888. Windows color (decimal): -4887886 or 11692725. OLE color: 11692725.

HSL color Cylindrical-coordinate representation of color #B56AB2: hue angle of 302.4º 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 #B56AB2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181106178-
CMYK00.410.020.29
HSL302.4º33.63%56.27%-
HSV(B)302.4º41.44%70.98%-
XYZ32.2523.3544.93-
YUV136.63151.35159.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=38.92%
G=22.80%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110617800.410.020.29302.433.6356.27
HexB56AB202921D12e2238
Octal2651522620512354564270
Binary1011010111010101011001001010011011101100101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AB2; }

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

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

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

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

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

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

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

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