Shades of London Hue #B482AB
Tints of London Hue #B482AB
RGB
CMYK
RGB Variations
Color information
#B482AB (or 0xB482AB) is known color: London Hue. HEX triplet: B4, 82 and AB. RGB value is (180,130,171). Sum of RGB (Red+Green+Blue) = 180+130+171=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B482AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B482AB is #4B7D54. Grayscale: #959595. Windows color (decimal): -4947285 or 11240116. OLE color: 11240116.
HSL color Cylindrical-coordinate representation of color #B482AB: hue angle of 310.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B482AB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 171 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.29 |
| HSL | 310.8º | 0.25% | 0.61% | - |
| HSV(B) | 310.8º | 0.28% | 0.71% | - |
| XYZ | 34.16 | 28.61 | 42.25 | - |
| YUV | 149.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 171 | 0 | 0.28 | 0.05 | 0.29 | 310.8 | 0.25 | 0.61 |
| Hex | B4 | 82 | AB | 0 | 1C | 5 | 1D | 137 | 19 | 3D |
| Octal | 264 | 202 | 253 | 0 | 34 | 5 | 35 | 467 | 31 | 75 |
| Binary | 10110100 | 10000010 | 10101011 | 0 | 11100 | 101 | 11101 | 100110111 | 11001 | 111101 |
Color Harmonies of #B482AB
Complementary color
Monochromatic Colors of #B482AB
Black with #B482AB
Text Example
Text Example
White with #B482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482AB; }
p { color: rgb(180,130,171); }
H1.HeaderClassName
{
color: #B482AB;
}
.AnyTagClassName
{
color: #B482AB;
}
</style>
background-color css
<style>
a { background-color: #B482AB; }
a { background-color: rgb(180,130,171); }
div.DivClassName
{
background-color: #B482AB;
}
.BgClassName
{
background-color: #B482AB;
}
</style>
border-color css
<style>
span { border-color: #B482AB; }
span { border-color: rgb(180,130,171); }
td.TdClassName
{
border-color: #B482AB;
}
.TagClassName
{
border-color: #B482AB;
}
</style>