#B56CB6

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

Shades of Fuchsia #B56CB6

Tints of Fuchsia #B56CB6

Color information

#B56CB6 (or 0xB56CB6) is unknown color: approx Fuchsia. HEX triplet: B5, 6C and B6. RGB value is (181,108,182). Sum of RGB (Red+Green+Blue) = 181+108+182=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #B56CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CB6 is #4A9349. Grayscale: #8A8A8A. Windows color (decimal): -4887370 or 11955381. OLE color: 11955381.

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

Color convert

RGB181108182-
CMYK0.010.4100.29
HSL299.19º33.64%56.86%-
HSV(B)299.19º40.66%71.37%-
XYZ32.8623.9347.14-
YUV138.26152.68158.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=38.43%
G=22.93%
B=38.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811081820.010.4100.29299.1933.6456.86
HexB56CB612901D12b2239
Octal2651542661510354534271
Binary101101011101100101101101101001011101100101011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CB6; }

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

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

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

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

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

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

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

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