#B56CB4

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

Shades of Fuchsia #B56CB4

Tints of Fuchsia #B56CB4

Color information

#B56CB4 (or 0xB56CB4) is unknown color: approx Fuchsia. HEX triplet: B5, 6C and B4. RGB value is (181,108,180). Sum of RGB (Red+Green+Blue) = 181+108+180=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B56CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CB4 is #4A934B. Grayscale: #898989. Windows color (decimal): -4887372 or 11824309. OLE color: 11824309.

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

Color convert

RGB181108180-
CMYK00.400.010.29
HSL300.82º33.03%56.67%-
HSV(B)300.82º40.33%70.98%-
XYZ32.6623.8446.06-
YUV138.04151.68158.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=38.59%
G=23.03%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110818000.400.010.29300.8233.0356.67
HexB56CB402811D12d2139
Octal2651542640501354554171
Binary101101011101100101101000101000111101100101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CB4; }

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

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

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

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

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

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

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

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