#B179AD

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

Shades of London Hue #B179AD

Tints of London Hue #B179AD

Color information

#B179AD (or 0xB179AD) is unknown color: approx London Hue. HEX triplet: B1, 79 and AD. RGB value is (177,121,173). Sum of RGB (Red+Green+Blue) = 177+121+173=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179AD is #4E8652. Grayscale: #8F8F8F. Windows color (decimal): -5146195 or 11368881. OLE color: 11368881.

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

Color convert

RGB177121173-
CMYK00.320.020.31
HSL304.29º26.42%58.43%-
HSV(B)304.29º31.64%69.41%-
XYZ32.5126.0442.85-
YUV143.67144.55151.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=37.58%
G=25.69%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712117300.320.020.31304.2926.4258.43
HexB179AD02021F1301a3a
Octal2611712550402374603272
Binary101100011111001101011010100000101111110011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179AD; }

 p { color: rgb(177,121,173); }

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

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

 a { background-color: rgb(177,121,173); }

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

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

 span { border-color: rgb(177,121,173); }

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