#B180AA

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

Shades of London Hue #B180AA

Tints of London Hue #B180AA

Color information

#B180AA (or 0xB180AA) is unknown color: approx London Hue. HEX triplet: B1, 80 and AA. RGB value is (177,128,170). Sum of RGB (Red+Green+Blue) = 177+128+170=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B180AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180AA is #4E7F55. Grayscale: #939393. Windows color (decimal): -5144406 or 11174065. OLE color: 11174065.

HSL color Cylindrical-coordinate representation of color #B180AA: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B180AA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177128170-
CMYK00.280.040.31
HSL308.57º23.9%59.8%-
HSV(B)308.57º27.68%69.41%-
XYZ33.1127.6941.63-
YUV147.44140.73149.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=37.26%
G=26.95%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712817000.280.040.31308.5723.959.8
HexB180AA01C41F135183c
Octal2612002520344374653074
Binary1011000110000000101010100111001001111110011010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180AA; }

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

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

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

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

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

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

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

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