Shades of London Hue #B677B2
Tints of London Hue #B677B2
RGB
CMYK
RGB Variations
Color information
#B677B2 (or 0xB677B2) is known color: London Hue. HEX triplet: B6, 77 and B2. RGB value is (182,119,178). Sum of RGB (Red+Green+Blue) = 182+119+178=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B677B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B677B2 is #49884D. Grayscale: #909090. Windows color (decimal): -4819022 or 11696054. OLE color: 11696054.
HSL color Cylindrical-coordinate representation of color #B677B2: hue angle of 303.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B677B2 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 178 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.29 |
| HSL | 303.81º | 0.3% | 0.59% | - |
| HSV(B) | 303.81º | 0.35% | 0.71% | - |
| XYZ | 33.92 | 26.35 | 45.42 | - |
| YUV | 144.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 178 | 0 | 0.35 | 0.02 | 0.29 | 303.81 | 0.3 | 0.59 |
| Hex | B6 | 77 | B2 | 0 | 23 | 2 | 1D | 130 | 1E | 3B |
| Octal | 266 | 167 | 262 | 0 | 43 | 2 | 35 | 460 | 36 | 73 |
| Binary | 10110110 | 1110111 | 10110010 | 0 | 100011 | 10 | 11101 | 100110000 | 11110 | 111011 |
Color Harmonies of #B677B2
Complementary color
Monochromatic Colors of #B677B2
Black with #B677B2
Text Example
Text Example
White with #B677B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677B2; }
p { color: rgb(182,119,178); }
H1.HeaderClassName
{
color: #B677B2;
}
.AnyTagClassName
{
color: #B677B2;
}
</style>
background-color css
<style>
a { background-color: #B677B2; }
a { background-color: rgb(182,119,178); }
div.DivClassName
{
background-color: #B677B2;
}
.BgClassName
{
background-color: #B677B2;
}
</style>
border-color css
<style>
span { border-color: #B677B2; }
span { border-color: rgb(182,119,178); }
td.TdClassName
{
border-color: #B677B2;
}
.TagClassName
{
border-color: #B677B2;
}
</style>