#B176AD

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

Shades of London Hue #B176AD

Tints of London Hue #B176AD

Color information

#B176AD (or 0xB176AD) is unknown color: approx London Hue. HEX triplet: B1, 76 and AD. RGB value is (177,118,173). Sum of RGB (Red+Green+Blue) = 177+118+173=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B176AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176AD is #4E8952. Grayscale: #8D8D8D. Windows color (decimal): -5146963 or 11368113. OLE color: 11368113.

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

Color convert

RGB177118173-
CMYK00.330.020.31
HSL304.07º27.44%57.84%-
HSV(B)304.07º33.33%69.41%-
XYZ32.1525.3242.73-
YUV141.91145.55153.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=37.82%
G=25.21%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711817300.330.020.31304.0727.4457.84
HexB176AD02121F1301b3a
Octal2611662550412374603372
Binary101100011110110101011010100001101111110011000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176AD; }

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

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

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

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

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

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

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

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