Shades of London Hue #B17DAE
Tints of London Hue #B17DAE
RGB
CMYK
RGB Variations
Color information
#B17DAE (or 0xB17DAE) is known color: London Hue. HEX triplet: B1, 7D and AE. RGB value is (177,125,174). Sum of RGB (Red+Green+Blue) = 177+125+174=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAE is #4E8251. Grayscale: #919191. Windows color (decimal): -5145170 or 11435441. OLE color: 11435441.
HSL color Cylindrical-coordinate representation of color #B17DAE: hue angle of 303.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DAE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 174 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.31 |
| HSL | 303.46º | 0.25% | 0.59% | - |
| HSV(B) | 303.46º | 0.29% | 0.69% | - |
| XYZ | 33.11 | 27.07 | 43.52 | - |
| YUV | 146.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 174 | 0 | 0.29 | 0.02 | 0.31 | 303.46 | 0.25 | 0.59 |
| Hex | B1 | 7D | AE | 0 | 1D | 2 | 1F | 12F | 19 | 3B |
| Octal | 261 | 175 | 256 | 0 | 35 | 2 | 37 | 457 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10101110 | 0 | 11101 | 10 | 11111 | 100101111 | 11001 | 111011 |
Color Harmonies of #B17DAE
Complementary color
Monochromatic Colors of #B17DAE
Black with #B17DAE
Text Example
Text Example
White with #B17DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DAE; }
p { color: rgb(177,125,174); }
H1.HeaderClassName
{
color: #B17DAE;
}
.AnyTagClassName
{
color: #B17DAE;
}
</style>
background-color css
<style>
a { background-color: #B17DAE; }
a { background-color: rgb(177,125,174); }
div.DivClassName
{
background-color: #B17DAE;
}
.BgClassName
{
background-color: #B17DAE;
}
</style>
border-color css
<style>
span { border-color: #B17DAE; }
span { border-color: rgb(177,125,174); }
td.TdClassName
{
border-color: #B17DAE;
}
.TagClassName
{
border-color: #B17DAE;
}
</style>