Shades of London Hue #B079AF
Tints of London Hue #B079AF
RGB
CMYK
RGB Variations
Color information
#B079AF (or 0xB079AF) is known color: 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
| RGB | 176 | 121 | 175 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.31 |
| HSL | 301.09º | 0.26% | 0.58% | - |
| HSV(B) | 301.09º | 0.31% | 0.69% | - |
| XYZ | 32.48 | 26 | 43.86 | - |
| YUV | 143.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 175 | 0 | 0.31 | 0.01 | 0.31 | 301.09 | 0.26 | 0.58 |
| Hex | B0 | 79 | AF | 0 | 1F | 1 | 1F | 12D | 1A | 3A |
| Octal | 260 | 171 | 257 | 0 | 37 | 1 | 37 | 455 | 32 | 72 |
| Binary | 10110000 | 1111001 | 10101111 | 0 | 11111 | 1 | 11111 | 100101101 | 11010 | 111010 |
Color Harmonies of #B079AF
Complementary color
Monochromatic Colors of #B079AF
Black with #B079AF
Text Example
Text Example
White with #B079AF
Text Example
Text Example
HTML Codes & Css Web 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>