#B179B0

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

Shades of London Hue #B179B0

Tints of London Hue #B179B0

Color information

#B179B0 (or 0xB179B0) is unknown color: approx London Hue. HEX triplet: B1, 79 and B0. RGB value is (177,121,176). Sum of RGB (Red+Green+Blue) = 177+121+176=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B179B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179B0 is #4E864F. Grayscale: #8F8F8F. Windows color (decimal): -5146192 or 11565489. OLE color: 11565489.

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

Color convert

RGB177121176-
CMYK00.320.010.31
HSL301.07º26.42%58.43%-
HSV(B)301.07º31.64%69.41%-
XYZ32.8126.1644.39-
YUV144.01146.05151.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=37.34%
G=25.53%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712117600.320.010.31301.0726.4258.43
HexB179B002011F12d1a3a
Octal2611712600401374553272
Binary10110001111100110110000010000011111110010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179B0; }

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

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

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

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

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

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

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

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