#B56DC1

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

Shades of Fuchsia #B56DC1

Tints of Fuchsia #B56DC1

Color information

#B56DC1 (or 0xB56DC1) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and C1. RGB value is (181,109,193). Sum of RGB (Red+Green+Blue) = 181+109+193=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B56DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DC1 is #4A923E. Grayscale: #8B8B8B. Windows color (decimal): -4887103 or 12676533. OLE color: 12676533.

HSL color Cylindrical-coordinate representation of color #B56DC1: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56DC1 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181109193-
CMYK0.060.4400.24
HSL291.43º40.38%59.22%-
HSV(B)291.43º43.52%75.69%-
XYZ34.1524.6153.4-
YUV140.1157.85157.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=37.47%
G=22.57%
B=39.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811091930.060.4400.24291.4340.3859.22
HexB56DC162C018123283b
Octal2651553016540304435073
Binary10110101110110111000001110101100011000100100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DC1; }

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

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

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

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

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

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

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

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