#B556BB

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

Shades of Fuchsia #B556BB

Tints of Fuchsia #B556BB

Color information

#B556BB (or 0xB556BB) is unknown color: approx Fuchsia. HEX triplet: B5, 56 and BB. RGB value is (181,86,187). Sum of RGB (Red+Green+Blue) = 181+86+187=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B556BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556BB is #4AA944. Grayscale: #7D7D7D. Windows color (decimal): -4892997 or 12277429. OLE color: 12277429.

HSL color Cylindrical-coordinate representation of color #B556BB: hue angle of 296.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B556BB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18186187-
CMYK0.030.5400.27
HSL296.44º42.62%53.53%-
HSV(B)296.44º54.01%73.33%-
XYZ31.3520.0749.23-
YUV125.92162.47167.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=39.87%
G=18.94%
B=41.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181861870.030.5400.27296.4442.6253.53
HexB556BB33601B1282b36
Octal2651262733660334505366
Binary1011010110101101011101111110110011011100101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556BB; }

 p { color: rgb(181,86,187); }

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

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

 a { background-color: rgb(181,86,187); }

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

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

 span { border-color: rgb(181,86,187); }

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