#B076AD

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

Shades of London Hue #B076AD

Tints of London Hue #B076AD

Color information

#B076AD (or 0xB076AD) is unknown color: approx London Hue. HEX triplet: B0, 76 and AD. RGB value is (176,118,173). Sum of RGB (Red+Green+Blue) = 176+118+173=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AD is #4F8952. Grayscale: #8D8D8D. Windows color (decimal): -5212499 or 11368112. OLE color: 11368112.

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

Color convert

RGB176118173-
CMYK00.330.020.31
HSL303.1º26.85%57.65%-
HSV(B)303.1º32.95%69.02%-
XYZ31.9325.242.72-
YUV141.61145.72152.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=37.69%
G=25.27%
B=37.04%

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
Decimal17611817300.330.020.31303.126.8557.65
HexB076AD02121F12f1b3a
Octal2601662550412374573372
Binary101100001110110101011010100001101111110010111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076AD; }

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

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

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

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

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

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

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

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