#B079AF

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

Shades of London Hue #B079AF

Tints of London Hue #B079AF

Color information

#B079AF (or 0xB079AF) is unknown color: approx London Hue. HEX triplet: B0, 79 and AF. RGB value is (176,121,175). Sum of RGB (Red+Green+Blue) = 176+121+175=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B079AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079AF is #4F8650. Grayscale: #8F8F8F. Windows color (decimal): -5211729 or 11499952. OLE color: 11499952.

HSL color Cylindrical-coordinate representation of color #B079AF: hue angle of 301.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B079AF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176121175-
CMYK00.310.010.31
HSL301.09º25.82%58.24%-
HSV(B)301.09º31.25%69.02%-
XYZ32.482643.86-
YUV143.6145.72151.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=37.29%
G=25.64%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612117500.310.010.31301.0925.8258.24
HexB079AF01F11F12d1a3a
Octal2601712570371374553272
Binary1011000011110011010111101111111111110010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079AF; }

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

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

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

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

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

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

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

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