Shades of London Hue #B679B0
Tints of London Hue #B679B0
RGB
CMYK
RGB Variations
Color information
#B679B0 (or 0xB679B0) is known color: London Hue. HEX triplet: B6, 79 and B0. RGB value is (182,121,176). Sum of RGB (Red+Green+Blue) = 182+121+176=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B679B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679B0 is #49864F. Grayscale: #919191. Windows color (decimal): -4818512 or 11565494. OLE color: 11565494.
HSL color Cylindrical-coordinate representation of color #B679B0: hue angle of 305.9º 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 #B679B0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 176 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.29 |
| HSL | 305.9º | 0.29% | 0.59% | - |
| HSV(B) | 305.9º | 0.34% | 0.71% | - |
| XYZ | 33.97 | 26.75 | 44.45 | - |
| YUV | 145.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 176 | 0 | 0.34 | 0.03 | 0.29 | 305.9 | 0.29 | 0.59 |
| Hex | B6 | 79 | B0 | 0 | 22 | 3 | 1D | 132 | 1D | 3B |
| Octal | 266 | 171 | 260 | 0 | 42 | 3 | 35 | 462 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10110000 | 0 | 100010 | 11 | 11101 | 100110010 | 11101 | 111011 |
Color Harmonies of #B679B0
Complementary color
Monochromatic Colors of #B679B0
Black with #B679B0
Text Example
Text Example
White with #B679B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B679B0; }
p { color: rgb(182,121,176); }
H1.HeaderClassName
{
color: #B679B0;
}
.AnyTagClassName
{
color: #B679B0;
}
</style>
background-color css
<style>
a { background-color: #B679B0; }
a { background-color: rgb(182,121,176); }
div.DivClassName
{
background-color: #B679B0;
}
.BgClassName
{
background-color: #B679B0;
}
</style>
border-color css
<style>
span { border-color: #B679B0; }
span { border-color: rgb(182,121,176); }
td.TdClassName
{
border-color: #B679B0;
}
.TagClassName
{
border-color: #B679B0;
}
</style>