Shades of London Hue #B182AD
Tints of London Hue #B182AD
RGB
CMYK
RGB Variations
Color information
#B182AD (or 0xB182AD) is known color: London Hue. HEX triplet: B1, 82 and AD. RGB value is (177,130,173). Sum of RGB (Red+Green+Blue) = 177+130+173=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AD is #4E7D52. Grayscale: #949494. Windows color (decimal): -5143891 or 11371185. OLE color: 11371185.
HSL color Cylindrical-coordinate representation of color #B182AD: hue angle of 305.11º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182AD is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 173 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.31 |
| HSL | 305.11º | 0.23% | 0.6% | - |
| HSV(B) | 305.11º | 0.27% | 0.69% | - |
| XYZ | 33.66 | 28.33 | 43.23 | - |
| YUV | 148.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 173 | 0 | 0.27 | 0.02 | 0.31 | 305.11 | 0.23 | 0.6 |
| Hex | B1 | 82 | AD | 0 | 1B | 2 | 1F | 131 | 17 | 3C |
| Octal | 261 | 202 | 255 | 0 | 33 | 2 | 37 | 461 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10101101 | 0 | 11011 | 10 | 11111 | 100110001 | 10111 | 111100 |
Color Harmonies of #B182AD
Complementary color
Monochromatic Colors of #B182AD
Black with #B182AD
Text Example
Text Example
White with #B182AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182AD; }
p { color: rgb(177,130,173); }
H1.HeaderClassName
{
color: #B182AD;
}
.AnyTagClassName
{
color: #B182AD;
}
</style>
background-color css
<style>
a { background-color: #B182AD; }
a { background-color: rgb(177,130,173); }
div.DivClassName
{
background-color: #B182AD;
}
.BgClassName
{
background-color: #B182AD;
}
</style>
border-color css
<style>
span { border-color: #B182AD; }
span { border-color: rgb(177,130,173); }
td.TdClassName
{
border-color: #B182AD;
}
.TagClassName
{
border-color: #B182AD;
}
</style>