#B156AE

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

Shades of Fuchsia #B156AE

Tints of Fuchsia #B156AE

Color information

#B156AE (or 0xB156AE) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and AE. RGB value is (177,86,174). Sum of RGB (Red+Green+Blue) = 177+86+174=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B156AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B156AE is #4EA951. Grayscale: #7A7A7A. Windows color (decimal): -5155154 or 11425457. OLE color: 11425457.

HSL color Cylindrical-coordinate representation of color #B156AE: hue angle of 301.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B156AE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17786174-
CMYK00.510.020.31
HSL301.98º36.84%51.57%-
HSV(B)301.98º51.41%69.41%-
XYZ29.119.0642.19-
YUV123.24156.65166.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=40.50%
G=19.68%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778617400.510.020.31301.9836.8451.57
HexB156AE03321F12e2534
Octal2611262560632374564564
Binary1011000110101101010111001100111011111100101110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156AE; }

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

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

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

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

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

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

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

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