#B56EB6

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

Shades of Fuchsia #B56EB6

Tints of Fuchsia #B56EB6

Color information

#B56EB6 (or 0xB56EB6) is unknown color: approx Fuchsia. HEX triplet: B5, 6E and B6. RGB value is (181,110,182). Sum of RGB (Red+Green+Blue) = 181+110+182=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #B56EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EB6 is #4A9149. Grayscale: #8B8B8B. Windows color (decimal): -4886858 or 11955893. OLE color: 11955893.

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

Color convert

RGB181110182-
CMYK0.010.4000.29
HSL299.17º33.03%57.25%-
HSV(B)299.17º39.56%71.37%-
XYZ33.0824.3547.21-
YUV139.44152.02157.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=38.27%
G=23.26%
B=38.48%

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
Decimal1811101820.010.4000.29299.1733.0357.25
HexB56EB612801D12b2139
Octal2651562661500354534171
Binary101101011101110101101101101000011101100101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EB6; }

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

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

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

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

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

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

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

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