Shades of London Hue #B182AF
Tints of London Hue #B182AF
RGB
CMYK
RGB Variations
Color information
#B182AF (or 0xB182AF) is known color: London Hue. HEX triplet: B1, 82 and AF. RGB value is (177,130,175). Sum of RGB (Red+Green+Blue) = 177+130+175=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AF is #4E7D50. Grayscale: #959595. Windows color (decimal): -5143889 or 11502257. OLE color: 11502257.
HSL color Cylindrical-coordinate representation of color #B182AF: hue angle of 302.55º 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 #B182AF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 175 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.31 |
| HSL | 302.55º | 0.23% | 0.6% | - |
| HSV(B) | 302.55º | 0.27% | 0.69% | - |
| XYZ | 33.85 | 28.41 | 44.26 | - |
| YUV | 149.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 175 | 0 | 0.27 | 0.01 | 0.31 | 302.55 | 0.23 | 0.6 |
| Hex | B1 | 82 | AF | 0 | 1B | 1 | 1F | 12F | 17 | 3C |
| Octal | 261 | 202 | 257 | 0 | 33 | 1 | 37 | 457 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10101111 | 0 | 11011 | 1 | 11111 | 100101111 | 10111 | 111100 |
Color Harmonies of #B182AF
Complementary color
Monochromatic Colors of #B182AF
Black with #B182AF
Text Example
Text Example
White with #B182AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182AF; }
p { color: rgb(177,130,175); }
H1.HeaderClassName
{
color: #B182AF;
}
.AnyTagClassName
{
color: #B182AF;
}
</style>
background-color css
<style>
a { background-color: #B182AF; }
a { background-color: rgb(177,130,175); }
div.DivClassName
{
background-color: #B182AF;
}
.BgClassName
{
background-color: #B182AF;
}
</style>
border-color css
<style>
span { border-color: #B182AF; }
span { border-color: rgb(177,130,175); }
td.TdClassName
{
border-color: #B182AF;
}
.TagClassName
{
border-color: #B182AF;
}
</style>