#B156B8

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

Shades of Fuchsia #B156B8

Tints of Fuchsia #B156B8

Color information

#B156B8 (or 0xB156B8) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and B8. RGB value is (177,86,184). Sum of RGB (Red+Green+Blue) = 177+86+184=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #B156B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156B8 is #4EA947. Grayscale: #7C7C7C. Windows color (decimal): -5155144 or 12080817. OLE color: 12080817.

HSL color Cylindrical-coordinate representation of color #B156B8: hue angle of 295.71º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B156B8 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17786184-
CMYK0.040.5300.28
HSL295.71º40.83%52.94%-
HSV(B)295.71º53.26%72.16%-
XYZ30.1119.4647.52-
YUV124.38161.65165.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 184 (72.27% from 255) = 41.16%
R=39.60%
G=19.24%
B=41.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177861840.040.5300.28295.7140.8352.94
HexB156B843501C1282935
Octal2611262704650344505165
Binary10110001101011010111000100110101011100100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156B8; }

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

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

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

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

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

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

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

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