Shades of London Hue #B178B3
Tints of London Hue #B178B3
RGB
CMYK
RGB Variations
Color information
#B178B3 (or 0xB178B3) is known color: London Hue. HEX triplet: B1, 78 and B3. RGB value is (177,120,179). Sum of RGB (Red+Green+Blue) = 177+120+179=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #B178B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178B3 is #4E874C. Grayscale: #8F8F8F. Windows color (decimal): -5146445 or 11761841. OLE color: 11761841.
HSL color Cylindrical-coordinate representation of color #B178B3: hue angle of 297.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B178B3 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 120 | 179 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.30 |
| HSL | 297.97º | 0.28% | 0.59% | - |
| HSV(B) | 297.97º | 0.33% | 0.7% | - |
| XYZ | 32.98 | 26.03 | 45.93 | - |
| YUV | 143.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 179 | 0.01 | 0.33 | 0 | 0.30 | 297.97 | 0.28 | 0.59 |
| Hex | B1 | 78 | B3 | 1 | 21 | 0 | 1E | 12A | 1C | 3B |
| Octal | 261 | 170 | 263 | 1 | 41 | 0 | 36 | 452 | 34 | 73 |
| Binary | 10110001 | 1111000 | 10110011 | 1 | 100001 | 0 | 11110 | 100101010 | 11100 | 111011 |
Color Harmonies of #B178B3
Complementary color
Monochromatic Colors of #B178B3
Black with #B178B3
Text Example
Text Example
White with #B178B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178B3; }
p { color: rgb(177,120,179); }
H1.HeaderClassName
{
color: #B178B3;
}
.AnyTagClassName
{
color: #B178B3;
}
</style>
background-color css
<style>
a { background-color: #B178B3; }
a { background-color: rgb(177,120,179); }
div.DivClassName
{
background-color: #B178B3;
}
.BgClassName
{
background-color: #B178B3;
}
</style>
border-color css
<style>
span { border-color: #B178B3; }
span { border-color: rgb(177,120,179); }
td.TdClassName
{
border-color: #B178B3;
}
.TagClassName
{
border-color: #B178B3;
}
</style>