Shades of London Hue #B679AF
Tints of London Hue #B679AF
RGB
CMYK
RGB Variations
Color information
#B679AF (or 0xB679AF) is known color: London Hue. HEX triplet: B6, 79 and AF. RGB value is (182,121,175). Sum of RGB (Red+Green+Blue) = 182+121+175=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B679AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679AF is #498650. Grayscale: #919191. Windows color (decimal): -4818513 or 11499958. OLE color: 11499958.
HSL color Cylindrical-coordinate representation of color #B679AF: hue angle of 306.89º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B679AF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 175 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.29 |
| HSL | 306.89º | 0.29% | 0.59% | - |
| HSV(B) | 306.89º | 0.34% | 0.71% | - |
| XYZ | 33.87 | 26.71 | 43.93 | - |
| YUV | 145.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 175 | 0 | 0.34 | 0.04 | 0.29 | 306.89 | 0.29 | 0.59 |
| Hex | B6 | 79 | AF | 0 | 22 | 4 | 1D | 133 | 1D | 3B |
| Octal | 266 | 171 | 257 | 0 | 42 | 4 | 35 | 463 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10101111 | 0 | 100010 | 100 | 11101 | 100110011 | 11101 | 111011 |
Color Harmonies of #B679AF
Complementary color
Monochromatic Colors of #B679AF
Black with #B679AF
Text Example
Text Example
White with #B679AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B679AF; }
p { color: rgb(182,121,175); }
H1.HeaderClassName
{
color: #B679AF;
}
.AnyTagClassName
{
color: #B679AF;
}
</style>
background-color css
<style>
a { background-color: #B679AF; }
a { background-color: rgb(182,121,175); }
div.DivClassName
{
background-color: #B679AF;
}
.BgClassName
{
background-color: #B679AF;
}
</style>
border-color css
<style>
span { border-color: #B679AF; }
span { border-color: rgb(182,121,175); }
td.TdClassName
{
border-color: #B679AF;
}
.TagClassName
{
border-color: #B679AF;
}
</style>