Shades of London Hue #B077B4
Tints of London Hue #B077B4
RGB
CMYK
RGB Variations
Color information
#B077B4 (or 0xB077B4) is known color: London Hue. HEX triplet: B0, 77 and B4. RGB value is (176,119,180). Sum of RGB (Red+Green+Blue) = 176+119+180=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #B077B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077B4 is #4F884B. Grayscale: #8E8E8E. Windows color (decimal): -5212236 or 11827120. OLE color: 11827120.
HSL color Cylindrical-coordinate representation of color #B077B4: hue angle of 296.07º 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 #B077B4 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 119 | 180 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.29 |
| HSL | 296.07º | 0.29% | 0.59% | - |
| HSV(B) | 296.07º | 0.34% | 0.71% | - |
| XYZ | 32.74 | 25.72 | 46.42 | - |
| YUV | 143 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 180 | 0.02 | 0.34 | 0 | 0.29 | 296.07 | 0.29 | 0.59 |
| Hex | B0 | 77 | B4 | 2 | 22 | 0 | 1D | 128 | 1D | 3B |
| Octal | 260 | 167 | 264 | 2 | 42 | 0 | 35 | 450 | 35 | 73 |
| Binary | 10110000 | 1110111 | 10110100 | 10 | 100010 | 0 | 11101 | 100101000 | 11101 | 111011 |
Color Harmonies of #B077B4
Complementary color
Monochromatic Colors of #B077B4
Black with #B077B4
Text Example
Text Example
White with #B077B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077B4; }
p { color: rgb(176,119,180); }
H1.HeaderClassName
{
color: #B077B4;
}
.AnyTagClassName
{
color: #B077B4;
}
</style>
background-color css
<style>
a { background-color: #B077B4; }
a { background-color: rgb(176,119,180); }
div.DivClassName
{
background-color: #B077B4;
}
.BgClassName
{
background-color: #B077B4;
}
</style>
border-color css
<style>
span { border-color: #B077B4; }
span { border-color: rgb(176,119,180); }
td.TdClassName
{
border-color: #B077B4;
}
.TagClassName
{
border-color: #B077B4;
}
</style>