#B080AD

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

Shades of London Hue #B080AD

Tints of London Hue #B080AD

Color information

#B080AD (or 0xB080AD) is unknown color: approx London Hue. HEX triplet: B0, 80 and AD. RGB value is (176,128,173). Sum of RGB (Red+Green+Blue) = 176+128+173=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AD is #4F7F52. Grayscale: #939393. Windows color (decimal): -5209939 or 11370672. OLE color: 11370672.

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

Color convert

RGB176128173-
CMYK00.270.020.31
HSL303.75º23.3%59.61%-
HSV(B)303.75º27.27%69.02%-
XYZ33.1727.6943.13-
YUV147.48142.4148.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=36.90%
G=26.83%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612817300.270.020.31303.7523.359.61
HexB080AD01B21F130173c
Octal2602002550332374602774
Binary101100001000000010101101011011101111110011000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080AD; }

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

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

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

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

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

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

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

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