#B56EC1

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

Shades of Fuchsia #B56EC1

Tints of Fuchsia #B56EC1

Color information

#B56EC1 (or 0xB56EC1) is unknown color: approx Fuchsia. HEX triplet: B5, 6E and C1. RGB value is (181,110,193). Sum of RGB (Red+Green+Blue) = 181+110+193=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #B56EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EC1 is #4A913E. Grayscale: #8C8C8C. Windows color (decimal): -4886847 or 12676789. OLE color: 12676789.

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

Color convert

RGB181110193-
CMYK0.060.4300.24
HSL291.33º40.1%59.41%-
HSV(B)291.33º43.01%75.69%-
XYZ34.2624.8353.44-
YUV140.69157.52156.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=37.40%
G=22.73%
B=39.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811101930.060.4300.24291.3340.159.41
HexB56EC162B018123283b
Octal2651563016530304435073
Binary10110101110111011000001110101011011000100100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EC1; }

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

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

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

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

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

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

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

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