Shades of London Hue #B182A8
Tints of London Hue #B182A8
RGB
CMYK
RGB Variations
Color information
#B182A8 (or 0xB182A8) is known color: London Hue. HEX triplet: B1, 82 and A8. RGB value is (177,130,168). Sum of RGB (Red+Green+Blue) = 177+130+168=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B182A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182A8 is #4E7D57. Grayscale: #949494. Windows color (decimal): -5143896 or 11043505. OLE color: 11043505.
HSL color Cylindrical-coordinate representation of color #B182A8: hue angle of 311.49º 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 #B182A8 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 168 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.31 |
| HSL | 311.49º | 0.23% | 0.6% | - |
| HSV(B) | 311.49º | 0.27% | 0.69% | - |
| XYZ | 33.18 | 28.14 | 40.73 | - |
| YUV | 148.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 168 | 0 | 0.27 | 0.05 | 0.31 | 311.49 | 0.23 | 0.6 |
| Hex | B1 | 82 | A8 | 0 | 1B | 5 | 1F | 137 | 17 | 3C |
| Octal | 261 | 202 | 250 | 0 | 33 | 5 | 37 | 467 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10101000 | 0 | 11011 | 101 | 11111 | 100110111 | 10111 | 111100 |
Color Harmonies of #B182A8
Complementary color
Monochromatic Colors of #B182A8
Black with #B182A8
Text Example
Text Example
White with #B182A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182A8; }
p { color: rgb(177,130,168); }
H1.HeaderClassName
{
color: #B182A8;
}
.AnyTagClassName
{
color: #B182A8;
}
</style>
background-color css
<style>
a { background-color: #B182A8; }
a { background-color: rgb(177,130,168); }
div.DivClassName
{
background-color: #B182A8;
}
.BgClassName
{
background-color: #B182A8;
}
</style>
border-color css
<style>
span { border-color: #B182A8; }
span { border-color: rgb(177,130,168); }
td.TdClassName
{
border-color: #B182A8;
}
.TagClassName
{
border-color: #B182A8;
}
</style>