Shades of London Hue #B277AC
Tints of London Hue #B277AC
RGB
CMYK
RGB Variations
Color information
#B277AC (or 0xB277AC) is known color: London Hue. HEX triplet: B2, 77 and AC. RGB value is (178,119,172). Sum of RGB (Red+Green+Blue) = 178+119+172=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B277AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277AC is #4D8853. Grayscale: #8E8E8E. Windows color (decimal): -5081172 or 11302834. OLE color: 11302834.
HSL color Cylindrical-coordinate representation of color #B277AC: hue angle of 306.1º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B277AC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 172 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.30 |
| HSL | 306.1º | 0.28% | 0.58% | - |
| HSV(B) | 306.1º | 0.33% | 0.7% | - |
| XYZ | 32.4 | 25.64 | 42.27 | - |
| YUV | 142.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 172 | 0 | 0.33 | 0.03 | 0.30 | 306.1 | 0.28 | 0.58 |
| Hex | B2 | 77 | AC | 0 | 21 | 3 | 1E | 132 | 1C | 3A |
| Octal | 262 | 167 | 254 | 0 | 41 | 3 | 36 | 462 | 34 | 72 |
| Binary | 10110010 | 1110111 | 10101100 | 0 | 100001 | 11 | 11110 | 100110010 | 11100 | 111010 |
Color Harmonies of #B277AC
Complementary color
Monochromatic Colors of #B277AC
Black with #B277AC
Text Example
Text Example
White with #B277AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B277AC; }
p { color: rgb(178,119,172); }
H1.HeaderClassName
{
color: #B277AC;
}
.AnyTagClassName
{
color: #B277AC;
}
</style>
background-color css
<style>
a { background-color: #B277AC; }
a { background-color: rgb(178,119,172); }
div.DivClassName
{
background-color: #B277AC;
}
.BgClassName
{
background-color: #B277AC;
}
</style>
border-color css
<style>
span { border-color: #B277AC; }
span { border-color: rgb(178,119,172); }
td.TdClassName
{
border-color: #B277AC;
}
.TagClassName
{
border-color: #B277AC;
}
</style>