Shades of London Hue #B181AA
Tints of London Hue #B181AA
RGB
CMYK
RGB Variations
Color information
#B181AA (or 0xB181AA) is known color: London Hue. HEX triplet: B1, 81 and AA. RGB value is (177,129,170). Sum of RGB (Red+Green+Blue) = 177+129+170=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B181AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181AA is #4E7E55. Grayscale: #939393. Windows color (decimal): -5144150 or 11174321. OLE color: 11174321.
HSL color Cylindrical-coordinate representation of color #B181AA: hue angle of 308.75º degrees, saturation: 0.24, 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 #B181AA is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 170 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.31 |
| HSL | 308.75º | 0.24% | 0.6% | - |
| HSV(B) | 308.75º | 0.27% | 0.69% | - |
| XYZ | 33.24 | 27.95 | 41.67 | - |
| YUV | 148.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 170 | 0 | 0.27 | 0.04 | 0.31 | 308.75 | 0.24 | 0.6 |
| Hex | B1 | 81 | AA | 0 | 1B | 4 | 1F | 135 | 18 | 3C |
| Octal | 261 | 201 | 252 | 0 | 33 | 4 | 37 | 465 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10101010 | 0 | 11011 | 100 | 11111 | 100110101 | 11000 | 111100 |
Color Harmonies of #B181AA
Complementary color
Monochromatic Colors of #B181AA
Black with #B181AA
Text Example
Text Example
White with #B181AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181AA; }
p { color: rgb(177,129,170); }
H1.HeaderClassName
{
color: #B181AA;
}
.AnyTagClassName
{
color: #B181AA;
}
</style>
background-color css
<style>
a { background-color: #B181AA; }
a { background-color: rgb(177,129,170); }
div.DivClassName
{
background-color: #B181AA;
}
.BgClassName
{
background-color: #B181AA;
}
</style>
border-color css
<style>
span { border-color: #B181AA; }
span { border-color: rgb(177,129,170); }
td.TdClassName
{
border-color: #B181AA;
}
.TagClassName
{
border-color: #B181AA;
}
</style>