#B156BA

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

Shades of Fuchsia #B156BA

Tints of Fuchsia #B156BA

Color information

#B156BA (or 0xB156BA) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and BA. RGB value is (177,86,186). Sum of RGB (Red+Green+Blue) = 177+86+186=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B156BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156BA is #4EA945. Grayscale: #7C7C7C. Windows color (decimal): -5155142 or 12211889. OLE color: 12211889.

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

Color convert

RGB17786186-
CMYK0.050.5400.27
HSL294.6º42.02%53.33%-
HSV(B)294.6º53.76%72.94%-
XYZ30.3219.5548.63-
YUV124.61162.65165.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=39.42%
G=19.15%
B=41.43%

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
Decimal177861860.050.5400.27294.642.0253.33
HexB156BA53601B1272a35
Octal2611262725660334475265
Binary10110001101011010111010101110110011011100100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156BA; }

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

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

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

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

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

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

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

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