Shades of London Hue #B175AD
Tints of London Hue #B175AD
RGB
CMYK
RGB Variations
Color information
#B175AD (or 0xB175AD) is known color: London Hue. HEX triplet: B1, 75 and AD. RGB value is (177,117,173). Sum of RGB (Red+Green+Blue) = 177+117+173=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B175AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175AD is #4E8A52. Grayscale: #8D8D8D. Windows color (decimal): -5147219 or 11367857. OLE color: 11367857.
HSL color Cylindrical-coordinate representation of color #B175AD: hue angle of 304º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175AD is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 173 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.31 |
| HSL | 304º | 0.28% | 0.58% | - |
| HSV(B) | 304º | 0.34% | 0.69% | - |
| XYZ | 32.04 | 25.09 | 42.69 | - |
| YUV | 141.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 173 | 0 | 0.34 | 0.02 | 0.31 | 304 | 0.28 | 0.58 |
| Hex | B1 | 75 | AD | 0 | 22 | 2 | 1F | 130 | 1C | 3A |
| Octal | 261 | 165 | 255 | 0 | 42 | 2 | 37 | 460 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10101101 | 0 | 100010 | 10 | 11111 | 100110000 | 11100 | 111010 |
Color Harmonies of #B175AD
Complementary color
Monochromatic Colors of #B175AD
Black with #B175AD
Text Example
Text Example
White with #B175AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175AD; }
p { color: rgb(177,117,173); }
H1.HeaderClassName
{
color: #B175AD;
}
.AnyTagClassName
{
color: #B175AD;
}
</style>
background-color css
<style>
a { background-color: #B175AD; }
a { background-color: rgb(177,117,173); }
div.DivClassName
{
background-color: #B175AD;
}
.BgClassName
{
background-color: #B175AD;
}
</style>
border-color css
<style>
span { border-color: #B175AD; }
span { border-color: rgb(177,117,173); }
td.TdClassName
{
border-color: #B175AD;
}
.TagClassName
{
border-color: #B175AD;
}
</style>