#B176AC

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

Shades of London Hue #B176AC

Tints of London Hue #B176AC

Color information

#B176AC (or 0xB176AC) is unknown color: approx London Hue. HEX triplet: B1, 76 and AC. RGB value is (177,118,172). Sum of RGB (Red+Green+Blue) = 177+118+172=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B176AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176AC is #4E8953. Grayscale: #8D8D8D. Windows color (decimal): -5146964 or 11302577. OLE color: 11302577.

HSL color Cylindrical-coordinate representation of color #B176AC: hue angle of 305.08º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B176AC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177118172-
CMYK00.330.030.31
HSL305.08º27.44%57.84%-
HSV(B)305.08º33.33%69.41%-
XYZ32.0625.2842.22-
YUV141.8145.05153.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=37.90%
G=25.27%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711817200.330.030.31305.0827.4457.84
HexB176AC02131F1311b3a
Octal2611662540413374613372
Binary101100011110110101011000100001111111110011000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176AC; }

 p { color: rgb(177,118,172); }

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

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

 a { background-color: rgb(177,118,172); }

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

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

 span { border-color: rgb(177,118,172); }

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