Shades of London Hue #B480B1
Tints of London Hue #B480B1
RGB
CMYK
RGB Variations
Color information
#B480B1 (or 0xB480B1) is known color: London Hue. HEX triplet: B4, 80 and B1. RGB value is (180,128,177). Sum of RGB (Red+Green+Blue) = 180+128+177=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B480B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480B1 is #4B7F4E. Grayscale: #949494. Windows color (decimal): -4947791 or 11632820. OLE color: 11632820.
HSL color Cylindrical-coordinate representation of color #B480B1: hue angle of 303.46º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B480B1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 177 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.29 |
| HSL | 303.46º | 0.26% | 0.6% | - |
| HSV(B) | 303.46º | 0.29% | 0.71% | - |
| XYZ | 34.48 | 28.32 | 45.24 | - |
| YUV | 149.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 177 | 0 | 0.29 | 0.02 | 0.29 | 303.46 | 0.26 | 0.6 |
| Hex | B4 | 80 | B1 | 0 | 1D | 2 | 1D | 12F | 1A | 3C |
| Octal | 264 | 200 | 261 | 0 | 35 | 2 | 35 | 457 | 32 | 74 |
| Binary | 10110100 | 10000000 | 10110001 | 0 | 11101 | 10 | 11101 | 100101111 | 11010 | 111100 |
Color Harmonies of #B480B1
Complementary color
Monochromatic Colors of #B480B1
Black with #B480B1
Text Example
Text Example
White with #B480B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B480B1; }
p { color: rgb(180,128,177); }
H1.HeaderClassName
{
color: #B480B1;
}
.AnyTagClassName
{
color: #B480B1;
}
</style>
background-color css
<style>
a { background-color: #B480B1; }
a { background-color: rgb(180,128,177); }
div.DivClassName
{
background-color: #B480B1;
}
.BgClassName
{
background-color: #B480B1;
}
</style>
border-color css
<style>
span { border-color: #B480B1; }
span { border-color: rgb(180,128,177); }
td.TdClassName
{
border-color: #B480B1;
}
.TagClassName
{
border-color: #B480B1;
}
</style>