Shades of London Hue #B17FAE
Tints of London Hue #B17FAE
RGB
CMYK
RGB Variations
Color information
#B17FAE (or 0xB17FAE) is known color: London Hue. HEX triplet: B1, 7F and AE. RGB value is (177,127,174). Sum of RGB (Red+Green+Blue) = 177+127+174=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAE is #4E8051. Grayscale: #939393. Windows color (decimal): -5144658 or 11435953. OLE color: 11435953.
HSL color Cylindrical-coordinate representation of color #B17FAE: hue angle of 303.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FAE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 174 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.31 |
| HSL | 303.6º | 0.24% | 0.6% | - |
| HSV(B) | 303.6º | 0.28% | 0.69% | - |
| XYZ | 33.36 | 27.58 | 43.61 | - |
| YUV | 147.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 174 | 0 | 0.28 | 0.02 | 0.31 | 303.6 | 0.24 | 0.6 |
| Hex | B1 | 7F | AE | 0 | 1C | 2 | 1F | 130 | 18 | 3C |
| Octal | 261 | 177 | 256 | 0 | 34 | 2 | 37 | 460 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10101110 | 0 | 11100 | 10 | 11111 | 100110000 | 11000 | 111100 |
Color Harmonies of #B17FAE
Complementary color
Monochromatic Colors of #B17FAE
Black with #B17FAE
Text Example
Text Example
White with #B17FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FAE; }
p { color: rgb(177,127,174); }
H1.HeaderClassName
{
color: #B17FAE;
}
.AnyTagClassName
{
color: #B17FAE;
}
</style>
background-color css
<style>
a { background-color: #B17FAE; }
a { background-color: rgb(177,127,174); }
div.DivClassName
{
background-color: #B17FAE;
}
.BgClassName
{
background-color: #B17FAE;
}
</style>
border-color css
<style>
span { border-color: #B17FAE; }
span { border-color: rgb(177,127,174); }
td.TdClassName
{
border-color: #B17FAE;
}
.TagClassName
{
border-color: #B17FAE;
}
</style>