#B56DB6

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

Shades of Fuchsia #B56DB6

Tints of Fuchsia #B56DB6

Color information

#B56DB6 (or 0xB56DB6) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and B6. RGB value is (181,109,182). Sum of RGB (Red+Green+Blue) = 181+109+182=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #B56DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DB6 is #4A9249. Grayscale: #8A8A8A. Windows color (decimal): -4887114 or 11955637. OLE color: 11955637.

HSL color Cylindrical-coordinate representation of color #B56DB6: hue angle of 299.18º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DB6 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB181109182-
CMYK0.010.4000.29
HSL299.18º33.33%57.06%-
HSV(B)299.18º40.11%71.37%-
XYZ32.9724.1447.18-
YUV138.85152.35158.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=38.35%
G=23.09%
B=38.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811091820.010.4000.29299.1833.3357.06
HexB56DB612801D12b2139
Octal2651552661500354534171
Binary101101011101101101101101101000011101100101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DB6; }

 p { color: rgb(181,109,182); }

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

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

 a { background-color: rgb(181,109,182); }

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

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

 span { border-color: rgb(181,109,182); }

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