Shades of London Hue #B185AD
Tints of London Hue #B185AD
RGB
CMYK
RGB Variations
Color information
#B185AD (or 0xB185AD) is known color: London Hue. HEX triplet: B1, 85 and AD. RGB value is (177,133,173). Sum of RGB (Red+Green+Blue) = 177+133+173=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AD is #4E7A52. Grayscale: #969696. Windows color (decimal): -5143123 or 11371953. OLE color: 11371953.
HSL color Cylindrical-coordinate representation of color #B185AD: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B185AD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 173 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.31 |
| HSL | 305.45º | 0.22% | 0.61% | - |
| HSV(B) | 305.45º | 0.25% | 0.69% | - |
| XYZ | 34.06 | 29.14 | 43.36 | - |
| YUV | 150.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 173 | 0 | 0.25 | 0.02 | 0.31 | 305.45 | 0.22 | 0.61 |
| Hex | B1 | 85 | AD | 0 | 19 | 2 | 1F | 131 | 16 | 3D |
| Octal | 261 | 205 | 255 | 0 | 31 | 2 | 37 | 461 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10101101 | 0 | 11001 | 10 | 11111 | 100110001 | 10110 | 111101 |
Color Harmonies of #B185AD
Complementary color
Monochromatic Colors of #B185AD
Black with #B185AD
Text Example
Text Example
White with #B185AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185AD; }
p { color: rgb(177,133,173); }
H1.HeaderClassName
{
color: #B185AD;
}
.AnyTagClassName
{
color: #B185AD;
}
</style>
background-color css
<style>
a { background-color: #B185AD; }
a { background-color: rgb(177,133,173); }
div.DivClassName
{
background-color: #B185AD;
}
.BgClassName
{
background-color: #B185AD;
}
</style>
border-color css
<style>
span { border-color: #B185AD; }
span { border-color: rgb(177,133,173); }
td.TdClassName
{
border-color: #B185AD;
}
.TagClassName
{
border-color: #B185AD;
}
</style>