#B156BB

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

Shades of Fuchsia #B156BB

Tints of Fuchsia #B156BB

Color information

#B156BB (or 0xB156BB) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and BB. RGB value is (177,86,187). Sum of RGB (Red+Green+Blue) = 177+86+187=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #B156BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156BB is #4EA944. Grayscale: #7C7C7C. Windows color (decimal): -5155141 or 12277425. OLE color: 12277425.

HSL color Cylindrical-coordinate representation of color #B156BB: hue angle of 294.06º 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 #B156BB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17786187-
CMYK0.050.5400.27
HSL294.06º42.62%53.53%-
HSV(B)294.06º54.01%73.33%-
XYZ30.4319.5949.19-
YUV124.72163.15165.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=39.33%
G=19.11%
B=41.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177861870.050.5400.27294.0642.6253.53
HexB156BB53601B1262b36
Octal2611262735660334465366
Binary10110001101011010111011101110110011011100100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156BB; }

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

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

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

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

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

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

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

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