Shades of London Hue #B786BB
Tints of London Hue #B786BB
RGB
CMYK
RGB Variations
Color information
#B786BB (or 0xB786BB) is known color: London Hue. HEX triplet: B7, 86 and BB. RGB value is (183,134,187). Sum of RGB (Red+Green+Blue) = 183+134+187=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B786BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B786BB is #487944. Grayscale: #9A9A9A. Windows color (decimal): -4749637 or 12289719. OLE color: 12289719.
HSL color Cylindrical-coordinate representation of color #B786BB: hue angle of 295.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B786BB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 134 | 187 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.27 |
| HSL | 295.47º | 0.28% | 0.63% | - |
| HSV(B) | 295.47º | 0.28% | 0.73% | - |
| XYZ | 37.02 | 30.71 | 50.99 | - |
| YUV | 154.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 187 | 0.02 | 0.28 | 0 | 0.27 | 295.47 | 0.28 | 0.63 |
| Hex | B7 | 86 | BB | 2 | 1C | 0 | 1B | 127 | 1C | 3F |
| Octal | 267 | 206 | 273 | 2 | 34 | 0 | 33 | 447 | 34 | 77 |
| Binary | 10110111 | 10000110 | 10111011 | 10 | 11100 | 0 | 11011 | 100100111 | 11100 | 111111 |
Color Harmonies of #B786BB
Complementary color
Monochromatic Colors of #B786BB
Black with #B786BB
Text Example
Text Example
White with #B786BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B786BB; }
p { color: rgb(183,134,187); }
H1.HeaderClassName
{
color: #B786BB;
}
.AnyTagClassName
{
color: #B786BB;
}
</style>
background-color css
<style>
a { background-color: #B786BB; }
a { background-color: rgb(183,134,187); }
div.DivClassName
{
background-color: #B786BB;
}
.BgClassName
{
background-color: #B786BB;
}
</style>
border-color css
<style>
span { border-color: #B786BB; }
span { border-color: rgb(183,134,187); }
td.TdClassName
{
border-color: #B786BB;
}
.TagClassName
{
border-color: #B786BB;
}
</style>