#B176AA

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

Shades of London Hue #B176AA

Tints of London Hue #B176AA

Color information

#B176AA (or 0xB176AA) is unknown color: approx London Hue. HEX triplet: B1, 76 and AA. RGB value is (177,118,170). Sum of RGB (Red+Green+Blue) = 177+118+170=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B176AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176AA is #4E8955. Grayscale: #8D8D8D. Windows color (decimal): -5146966 or 11171505. OLE color: 11171505.

HSL color Cylindrical-coordinate representation of color #B176AA: hue angle of 307.12º 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 #B176AA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177118170-
CMYK00.330.040.31
HSL307.12º27.44%57.84%-
HSV(B)307.12º33.33%69.41%-
XYZ31.8725.2141.22-
YUV141.57144.05153.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=38.06%
G=25.38%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711817000.330.040.31307.1227.4457.84
HexB176AA02141F1331b3a
Octal2611662520414374633372
Binary1011000111101101010101001000011001111110011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176AA; }

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

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

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

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

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

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

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

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