Shades of London Hue #B178AA
Tints of London Hue #B178AA
RGB
CMYK
RGB Variations
Color information
#B178AA (or 0xB178AA) is known color: London Hue. HEX triplet: B1, 78 and AA. RGB value is (177,120,170). Sum of RGB (Red+Green+Blue) = 177+120+170=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178AA is #4E8755. Grayscale: #8E8E8E. Windows color (decimal): -5146454 or 11172017. OLE color: 11172017.
HSL color Cylindrical-coordinate representation of color #B178AA: hue angle of 307.37º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B178AA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 170 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.31 |
| HSL | 307.37º | 0.27% | 0.58% | - |
| HSV(B) | 307.37º | 0.32% | 0.69% | - |
| XYZ | 32.1 | 25.68 | 41.3 | - |
| YUV | 142.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 170 | 0 | 0.32 | 0.04 | 0.31 | 307.37 | 0.27 | 0.58 |
| Hex | B1 | 78 | AA | 0 | 20 | 4 | 1F | 133 | 1B | 3A |
| Octal | 261 | 170 | 252 | 0 | 40 | 4 | 37 | 463 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10101010 | 0 | 100000 | 100 | 11111 | 100110011 | 11011 | 111010 |
Color Harmonies of #B178AA
Complementary color
Monochromatic Colors of #B178AA
Black with #B178AA
Text Example
Text Example
White with #B178AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178AA; }
p { color: rgb(177,120,170); }
H1.HeaderClassName
{
color: #B178AA;
}
.AnyTagClassName
{
color: #B178AA;
}
</style>
background-color css
<style>
a { background-color: #B178AA; }
a { background-color: rgb(177,120,170); }
div.DivClassName
{
background-color: #B178AA;
}
.BgClassName
{
background-color: #B178AA;
}
</style>
border-color css
<style>
span { border-color: #B178AA; }
span { border-color: rgb(177,120,170); }
td.TdClassName
{
border-color: #B178AA;
}
.TagClassName
{
border-color: #B178AA;
}
</style>