#B56DB9

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

Shades of Fuchsia #B56DB9

Tints of Fuchsia #B56DB9

Color information

#B56DB9 (or 0xB56DB9) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and B9. RGB value is (181,109,185). Sum of RGB (Red+Green+Blue) = 181+109+185=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #B56DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DB9 is #4A9246. Grayscale: #8A8A8A. Windows color (decimal): -4887111 or 12152245. OLE color: 12152245.

HSL color Cylindrical-coordinate representation of color #B56DB9: hue angle of 296.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56DB9 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181109185-
CMYK0.020.4100.27
HSL296.84º35.19%57.65%-
HSV(B)296.84º41.08%72.55%-
XYZ33.2824.2648.83-
YUV139.19153.85157.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=38.11%
G=22.95%
B=38.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811091850.020.4100.27296.8435.1957.65
HexB56DB922901B129233a
Octal2651552712510334514372
Binary1011010111011011011100110101001011011100101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DB9; }

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

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

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

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

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

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

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

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