#B56DBF

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

Shades of Fuchsia #B56DBF

Tints of Fuchsia #B56DBF

Color information

#B56DBF (or 0xB56DBF) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and BF. RGB value is (181,109,191). Sum of RGB (Red+Green+Blue) = 181+109+191=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #B56DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DBF is #4A9240. Grayscale: #8B8B8B. Windows color (decimal): -4887105 or 12545461. OLE color: 12545461.

HSL color Cylindrical-coordinate representation of color #B56DBF: hue angle of 292.68º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56DBF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181109191-
CMYK0.050.4300.25
HSL292.68º39.05%58.82%-
HSV(B)292.68º42.93%74.9%-
XYZ33.9324.5252.24-
YUV139.88156.85157.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 191 (75% from 255) = 39.71%
R=37.63%
G=22.66%
B=39.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811091910.050.4300.25292.6839.0558.82
HexB56DBF52B019125273b
Octal2651552775530314454773
Binary10110101110110110111111101101011011001100100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DBF; }

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

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

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

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

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

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

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

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