Shades of London Hue #B880B9
Tints of London Hue #B880B9
RGB
CMYK
RGB Variations
Color information
#B880B9 (or 0xB880B9) is known color: London Hue. HEX triplet: B8, 80 and B9. RGB value is (184,128,185). Sum of RGB (Red+Green+Blue) = 184+128+185=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #B880B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880B9 is #477F46. Grayscale: #979797. Windows color (decimal): -4685639 or 12157112. OLE color: 12157112.
HSL color Cylindrical-coordinate representation of color #B880B9: hue angle of 298.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B880B9 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 128 | 185 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.27 |
| HSL | 298.95º | 0.29% | 0.61% | - |
| HSV(B) | 298.95º | 0.31% | 0.73% | - |
| XYZ | 36.24 | 29.13 | 49.61 | - |
| YUV | 151.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 185 | 0.01 | 0.31 | 0 | 0.27 | 298.95 | 0.29 | 0.61 |
| Hex | B8 | 80 | B9 | 1 | 1F | 0 | 1B | 12B | 1D | 3D |
| Octal | 270 | 200 | 271 | 1 | 37 | 0 | 33 | 453 | 35 | 75 |
| Binary | 10111000 | 10000000 | 10111001 | 1 | 11111 | 0 | 11011 | 100101011 | 11101 | 111101 |
Color Harmonies of #B880B9
Complementary color
Monochromatic Colors of #B880B9
Black with #B880B9
Text Example
Text Example
White with #B880B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880B9; }
p { color: rgb(184,128,185); }
H1.HeaderClassName
{
color: #B880B9;
}
.AnyTagClassName
{
color: #B880B9;
}
</style>
background-color css
<style>
a { background-color: #B880B9; }
a { background-color: rgb(184,128,185); }
div.DivClassName
{
background-color: #B880B9;
}
.BgClassName
{
background-color: #B880B9;
}
</style>
border-color css
<style>
span { border-color: #B880B9; }
span { border-color: rgb(184,128,185); }
td.TdClassName
{
border-color: #B880B9;
}
.TagClassName
{
border-color: #B880B9;
}
</style>