Shades of London Hue #B17CB1
Tints of London Hue #B17CB1
RGB
CMYK
RGB Variations
Color information
#B17CB1 (or 0xB17CB1) is known color: London Hue. HEX triplet: B1, 7C and B1. RGB value is (177,124,177). Sum of RGB (Red+Green+Blue) = 177+124+177=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B17CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CB1 is #4E834E. Grayscale: #919191. Windows color (decimal): -5145423 or 11631793. OLE color: 11631793.
HSL color Cylindrical-coordinate representation of color #B17CB1: hue angle of 300º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CB1 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 177 | - |
| CMYK | 0 | 0.30 | 0 | 0.31 |
| HSL | 300º | 0.25% | 0.59% | - |
| HSV(B) | 300º | 0.3% | 0.69% | - |
| XYZ | 33.27 | 26.94 | 45.04 | - |
| YUV | 145.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 177 | 0 | 0.30 | 0 | 0.31 | 300 | 0.25 | 0.59 |
| Hex | B1 | 7C | B1 | 0 | 1E | 0 | 1F | 12C | 19 | 3B |
| Octal | 261 | 174 | 261 | 0 | 36 | 0 | 37 | 454 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10110001 | 0 | 11110 | 0 | 11111 | 100101100 | 11001 | 111011 |
Color Harmonies of #B17CB1
Complementary color
Monochromatic Colors of #B17CB1
Black with #B17CB1
Text Example
Text Example
White with #B17CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CB1; }
p { color: rgb(177,124,177); }
H1.HeaderClassName
{
color: #B17CB1;
}
.AnyTagClassName
{
color: #B17CB1;
}
</style>
background-color css
<style>
a { background-color: #B17CB1; }
a { background-color: rgb(177,124,177); }
div.DivClassName
{
background-color: #B17CB1;
}
.BgClassName
{
background-color: #B17CB1;
}
</style>
border-color css
<style>
span { border-color: #B17CB1; }
span { border-color: rgb(177,124,177); }
td.TdClassName
{
border-color: #B17CB1;
}
.TagClassName
{
border-color: #B17CB1;
}
</style>