#B076AF

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

Shades of London Hue #B076AF

Tints of London Hue #B076AF

Color information

#B076AF (or 0xB076AF) is unknown color: approx London Hue. HEX triplet: B0, 76 and AF. RGB value is (176,118,175). Sum of RGB (Red+Green+Blue) = 176+118+175=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B076AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076AF is #4F8950. Grayscale: #8D8D8D. Windows color (decimal): -5212497 or 11499184. OLE color: 11499184.

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

Color convert

RGB176118175-
CMYK00.330.010.31
HSL301.03º26.85%57.65%-
HSV(B)301.03º32.95%69.02%-
XYZ32.1225.2843.74-
YUV141.84146.72152.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=37.53%
G=25.16%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611817500.330.010.31301.0326.8557.65
HexB076AF02111F12d1b3a
Octal2601662570411374553372
Binary10110000111011010101111010000111111110010110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076AF; }

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

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

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

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

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

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

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

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