#B56EB4

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

Shades of Fuchsia #B56EB4

Tints of Fuchsia #B56EB4

Color information

#B56EB4 (or 0xB56EB4) is unknown color: approx Fuchsia. HEX triplet: B5, 6E and B4. RGB value is (181,110,180). Sum of RGB (Red+Green+Blue) = 181+110+180=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EB4 is #4A914B. Grayscale: #8B8B8B. Windows color (decimal): -4886860 or 11824821. OLE color: 11824821.

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

Color convert

RGB181110180-
CMYK00.390.010.29
HSL300.85º32.42%57.06%-
HSV(B)300.85º39.23%70.98%-
XYZ32.8724.2746.13-
YUV139.21151.02157.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=38.43%
G=23.35%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111018000.390.010.29300.8532.4257.06
HexB56EB402711D12d2039
Octal2651562640471354554071
Binary101101011101110101101000100111111101100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EB4; }

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

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

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

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

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

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

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

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