Shades of London Hue #B880BA
Tints of London Hue #B880BA
RGB
CMYK
RGB Variations
Color information
#B880BA (or 0xB880BA) is known color: London Hue. HEX triplet: B8, 80 and BA. RGB value is (184,128,186). Sum of RGB (Red+Green+Blue) = 184+128+186=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B880BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880BA is #477F45. Grayscale: #979797. Windows color (decimal): -4685638 or 12222648. OLE color: 12222648.
HSL color Cylindrical-coordinate representation of color #B880BA: hue angle of 297.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B880BA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 128 | 186 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.27 |
| HSL | 297.93º | 0.3% | 0.62% | - |
| HSV(B) | 297.93º | 0.31% | 0.73% | - |
| XYZ | 36.35 | 29.17 | 50.17 | - |
| YUV | 151.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 186 | 0.01 | 0.31 | 0 | 0.27 | 297.93 | 0.3 | 0.62 |
| Hex | B8 | 80 | BA | 1 | 1F | 0 | 1B | 12A | 1E | 3E |
| Octal | 270 | 200 | 272 | 1 | 37 | 0 | 33 | 452 | 36 | 76 |
| Binary | 10111000 | 10000000 | 10111010 | 1 | 11111 | 0 | 11011 | 100101010 | 11110 | 111110 |
Color Harmonies of #B880BA
Complementary color
Monochromatic Colors of #B880BA
Black with #B880BA
Text Example
Text Example
White with #B880BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880BA; }
p { color: rgb(184,128,186); }
H1.HeaderClassName
{
color: #B880BA;
}
.AnyTagClassName
{
color: #B880BA;
}
</style>
background-color css
<style>
a { background-color: #B880BA; }
a { background-color: rgb(184,128,186); }
div.DivClassName
{
background-color: #B880BA;
}
.BgClassName
{
background-color: #B880BA;
}
</style>
border-color css
<style>
span { border-color: #B880BA; }
span { border-color: rgb(184,128,186); }
td.TdClassName
{
border-color: #B880BA;
}
.TagClassName
{
border-color: #B880BA;
}
</style>