Shades of London Hue #B17DB4
Tints of London Hue #B17DB4
RGB
CMYK
RGB Variations
Color information
#B17DB4 (or 0xB17DB4) is known color: London Hue. HEX triplet: B1, 7D and B4. RGB value is (177,125,180). Sum of RGB (Red+Green+Blue) = 177+125+180=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #B17DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB4 is #4E824B. Grayscale: #929292. Windows color (decimal): -5145164 or 11828657. OLE color: 11828657.
HSL color Cylindrical-coordinate representation of color #B17DB4: hue angle of 296.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17DB4 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 125 | 180 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.29 |
| HSL | 296.73º | 0.27% | 0.6% | - |
| HSV(B) | 296.73º | 0.31% | 0.71% | - |
| XYZ | 33.7 | 27.31 | 46.67 | - |
| YUV | 146.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 180 | 0.02 | 0.31 | 0 | 0.29 | 296.73 | 0.27 | 0.6 |
| Hex | B1 | 7D | B4 | 2 | 1F | 0 | 1D | 129 | 1B | 3C |
| Octal | 261 | 175 | 264 | 2 | 37 | 0 | 35 | 451 | 33 | 74 |
| Binary | 10110001 | 1111101 | 10110100 | 10 | 11111 | 0 | 11101 | 100101001 | 11011 | 111100 |
Color Harmonies of #B17DB4
Complementary color
Monochromatic Colors of #B17DB4
Black with #B17DB4
Text Example
Text Example
White with #B17DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DB4; }
p { color: rgb(177,125,180); }
H1.HeaderClassName
{
color: #B17DB4;
}
.AnyTagClassName
{
color: #B17DB4;
}
</style>
background-color css
<style>
a { background-color: #B17DB4; }
a { background-color: rgb(177,125,180); }
div.DivClassName
{
background-color: #B17DB4;
}
.BgClassName
{
background-color: #B17DB4;
}
</style>
border-color css
<style>
span { border-color: #B17DB4; }
span { border-color: rgb(177,125,180); }
td.TdClassName
{
border-color: #B17DB4;
}
.TagClassName
{
border-color: #B17DB4;
}
</style>