Shades of London Hue #B780BB
Tints of London Hue #B780BB
RGB
CMYK
RGB Variations
Color information
#B780BB (or 0xB780BB) is known color: London Hue. HEX triplet: B7, 80 and BB. RGB value is (183,128,187). Sum of RGB (Red+Green+Blue) = 183+128+187=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B780BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780BB is #487F44. Grayscale: #969696. Windows color (decimal): -4751173 or 12288183. OLE color: 12288183.
HSL color Cylindrical-coordinate representation of color #B780BB: hue angle of 295.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B780BB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 128 | 187 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.27 |
| HSL | 295.93º | 0.3% | 0.62% | - |
| HSV(B) | 295.93º | 0.32% | 0.73% | - |
| XYZ | 36.22 | 29.09 | 50.72 | - |
| YUV | 151.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 187 | 0.02 | 0.32 | 0 | 0.27 | 295.93 | 0.3 | 0.62 |
| Hex | B7 | 80 | BB | 2 | 20 | 0 | 1B | 128 | 1E | 3E |
| Octal | 267 | 200 | 273 | 2 | 40 | 0 | 33 | 450 | 36 | 76 |
| Binary | 10110111 | 10000000 | 10111011 | 10 | 100000 | 0 | 11011 | 100101000 | 11110 | 111110 |
Color Harmonies of #B780BB
Complementary color
Monochromatic Colors of #B780BB
Black with #B780BB
Text Example
Text Example
White with #B780BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780BB; }
p { color: rgb(183,128,187); }
H1.HeaderClassName
{
color: #B780BB;
}
.AnyTagClassName
{
color: #B780BB;
}
</style>
background-color css
<style>
a { background-color: #B780BB; }
a { background-color: rgb(183,128,187); }
div.DivClassName
{
background-color: #B780BB;
}
.BgClassName
{
background-color: #B780BB;
}
</style>
border-color css
<style>
span { border-color: #B780BB; }
span { border-color: rgb(183,128,187); }
td.TdClassName
{
border-color: #B780BB;
}
.TagClassName
{
border-color: #B780BB;
}
</style>