Shades of London Hue #B179B2
Tints of London Hue #B179B2
RGB
CMYK
RGB Variations
Color information
#B179B2 (or 0xB179B2) is known color: London Hue. HEX triplet: B1, 79 and B2. RGB value is (177,121,178). Sum of RGB (Red+Green+Blue) = 177+121+178=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #B179B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179B2 is #4E864D. Grayscale: #909090. Windows color (decimal): -5146190 or 11696561. OLE color: 11696561.
HSL color Cylindrical-coordinate representation of color #B179B2: hue angle of 298.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B179B2 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 121 | 178 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.30 |
| HSL | 298.95º | 0.27% | 0.59% | - |
| HSV(B) | 298.95º | 0.32% | 0.7% | - |
| XYZ | 33 | 26.24 | 45.44 | - |
| YUV | 144.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 178 | 0.01 | 0.32 | 0 | 0.30 | 298.95 | 0.27 | 0.59 |
| Hex | B1 | 79 | B2 | 1 | 20 | 0 | 1E | 12B | 1B | 3B |
| Octal | 261 | 171 | 262 | 1 | 40 | 0 | 36 | 453 | 33 | 73 |
| Binary | 10110001 | 1111001 | 10110010 | 1 | 100000 | 0 | 11110 | 100101011 | 11011 | 111011 |
Color Harmonies of #B179B2
Complementary color
Monochromatic Colors of #B179B2
Black with #B179B2
Text Example
Text Example
White with #B179B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179B2; }
p { color: rgb(177,121,178); }
H1.HeaderClassName
{
color: #B179B2;
}
.AnyTagClassName
{
color: #B179B2;
}
</style>
background-color css
<style>
a { background-color: #B179B2; }
a { background-color: rgb(177,121,178); }
div.DivClassName
{
background-color: #B179B2;
}
.BgClassName
{
background-color: #B179B2;
}
</style>
border-color css
<style>
span { border-color: #B179B2; }
span { border-color: rgb(177,121,178); }
td.TdClassName
{
border-color: #B179B2;
}
.TagClassName
{
border-color: #B179B2;
}
</style>