Shades of London Hue #B17BAE
Tints of London Hue #B17BAE
RGB
CMYK
RGB Variations
Color information
#B17BAE (or 0xB17BAE) is known color: London Hue. HEX triplet: B1, 7B and AE. RGB value is (177,123,174). Sum of RGB (Red+Green+Blue) = 177+123+174=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAE is #4E8451. Grayscale: #909090. Windows color (decimal): -5145682 or 11434929. OLE color: 11434929.
HSL color Cylindrical-coordinate representation of color #B17BAE: hue angle of 303.33º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17BAE is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 174 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.31 |
| HSL | 303.33º | 0.26% | 0.59% | - |
| HSV(B) | 303.33º | 0.31% | 0.69% | - |
| XYZ | 32.85 | 26.57 | 43.44 | - |
| YUV | 144.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 174 | 0 | 0.31 | 0.02 | 0.31 | 303.33 | 0.26 | 0.59 |
| Hex | B1 | 7B | AE | 0 | 1F | 2 | 1F | 12F | 1A | 3B |
| Octal | 261 | 173 | 256 | 0 | 37 | 2 | 37 | 457 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10101110 | 0 | 11111 | 10 | 11111 | 100101111 | 11010 | 111011 |
Color Harmonies of #B17BAE
Complementary color
Monochromatic Colors of #B17BAE
Black with #B17BAE
Text Example
Text Example
White with #B17BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BAE; }
p { color: rgb(177,123,174); }
H1.HeaderClassName
{
color: #B17BAE;
}
.AnyTagClassName
{
color: #B17BAE;
}
</style>
background-color css
<style>
a { background-color: #B17BAE; }
a { background-color: rgb(177,123,174); }
div.DivClassName
{
background-color: #B17BAE;
}
.BgClassName
{
background-color: #B17BAE;
}
</style>
border-color css
<style>
span { border-color: #B17BAE; }
span { border-color: rgb(177,123,174); }
td.TdClassName
{
border-color: #B17BAE;
}
.TagClassName
{
border-color: #B17BAE;
}
</style>