Shades of London Hue #B679AD
Tints of London Hue #B679AD
RGB
CMYK
RGB Variations
Color information
#B679AD (or 0xB679AD) is known color: London Hue. HEX triplet: B6, 79 and AD. RGB value is (182,121,173). Sum of RGB (Red+Green+Blue) = 182+121+173=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B679AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679AD is #498652. Grayscale: #919191. Windows color (decimal): -4818515 or 11368886. OLE color: 11368886.
HSL color Cylindrical-coordinate representation of color #B679AD: hue angle of 308.85º 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 #B679AD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 173 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.29 |
| HSL | 308.85º | 0.29% | 0.59% | - |
| HSV(B) | 308.85º | 0.34% | 0.71% | - |
| XYZ | 33.67 | 26.64 | 42.9 | - |
| YUV | 145.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 173 | 0 | 0.34 | 0.05 | 0.29 | 308.85 | 0.29 | 0.59 |
| Hex | B6 | 79 | AD | 0 | 22 | 5 | 1D | 135 | 1D | 3B |
| Octal | 266 | 171 | 255 | 0 | 42 | 5 | 35 | 465 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10101101 | 0 | 100010 | 101 | 11101 | 100110101 | 11101 | 111011 |
Color Harmonies of #B679AD
Complementary color
Monochromatic Colors of #B679AD
Black with #B679AD
Text Example
Text Example
White with #B679AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B679AD; }
p { color: rgb(182,121,173); }
H1.HeaderClassName
{
color: #B679AD;
}
.AnyTagClassName
{
color: #B679AD;
}
</style>
background-color css
<style>
a { background-color: #B679AD; }
a { background-color: rgb(182,121,173); }
div.DivClassName
{
background-color: #B679AD;
}
.BgClassName
{
background-color: #B679AD;
}
</style>
border-color css
<style>
span { border-color: #B679AD; }
span { border-color: rgb(182,121,173); }
td.TdClassName
{
border-color: #B679AD;
}
.TagClassName
{
border-color: #B679AD;
}
</style>