Shades of London Hue #B175B2
Tints of London Hue #B175B2
RGB
CMYK
RGB Variations
Color information
#B175B2 (or 0xB175B2) is known color: London Hue. HEX triplet: B1, 75 and B2. RGB value is (177,117,178). Sum of RGB (Red+Green+Blue) = 177+117+178=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #B175B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175B2 is #4E8A4D. Grayscale: #8D8D8D. Windows color (decimal): -5147214 or 11695537. OLE color: 11695537.
HSL color Cylindrical-coordinate representation of color #B175B2: hue angle of 299.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175B2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 117 | 178 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.30 |
| HSL | 299.02º | 0.28% | 0.58% | - |
| HSV(B) | 299.02º | 0.34% | 0.7% | - |
| XYZ | 32.53 | 25.28 | 45.29 | - |
| YUV | 141.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 178 | 0.01 | 0.34 | 0 | 0.30 | 299.02 | 0.28 | 0.58 |
| Hex | B1 | 75 | B2 | 1 | 22 | 0 | 1E | 12B | 1C | 3A |
| Octal | 261 | 165 | 262 | 1 | 42 | 0 | 36 | 453 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10110010 | 1 | 100010 | 0 | 11110 | 100101011 | 11100 | 111010 |
Color Harmonies of #B175B2
Complementary color
Monochromatic Colors of #B175B2
Black with #B175B2
Text Example
Text Example
White with #B175B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175B2; }
p { color: rgb(177,117,178); }
H1.HeaderClassName
{
color: #B175B2;
}
.AnyTagClassName
{
color: #B175B2;
}
</style>
background-color css
<style>
a { background-color: #B175B2; }
a { background-color: rgb(177,117,178); }
div.DivClassName
{
background-color: #B175B2;
}
.BgClassName
{
background-color: #B175B2;
}
</style>
border-color css
<style>
span { border-color: #B175B2; }
span { border-color: rgb(177,117,178); }
td.TdClassName
{
border-color: #B175B2;
}
.TagClassName
{
border-color: #B175B2;
}
</style>