#B080AA

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

Shades of London Hue #B080AA

Tints of London Hue #B080AA

Color information

#B080AA (or 0xB080AA) is unknown color: approx London Hue. HEX triplet: B0, 80 and AA. RGB value is (176,128,170). Sum of RGB (Red+Green+Blue) = 176+128+170=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AA is #4F7F55. Grayscale: #939393. Windows color (decimal): -5209942 or 11174064. OLE color: 11174064.

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

Color convert

RGB176128170-
CMYK00.270.030.31
HSL307.5º23.3%59.61%-
HSV(B)307.5º27.27%69.02%-
XYZ32.8827.5741.62-
YUV147.14140.9148.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=37.13%
G=27.00%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612817000.270.030.31307.523.359.61
HexB080AA01B31F134173c
Octal2602002520333374642774
Binary101100001000000010101010011011111111110011010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080AA; }

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

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

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

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

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

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

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

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