Shades of London Hue #B78BBA
Tints of London Hue #B78BBA
RGB
CMYK
RGB Variations
Color information
#B78BBA (or 0xB78BBA) is known color: London Hue. HEX triplet: B7, 8B and BA. RGB value is (183,139,186). Sum of RGB (Red+Green+Blue) = 183+139+186=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BBA is #487445. Grayscale: #9D9D9D. Windows color (decimal): -4748358 or 12225463. OLE color: 12225463.
HSL color Cylindrical-coordinate representation of color #B78BBA: hue angle of 296.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78BBA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 139 | 186 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.27 |
| HSL | 296.17º | 0.25% | 0.64% | - |
| HSV(B) | 296.17º | 0.25% | 0.73% | - |
| XYZ | 37.62 | 32.08 | 50.66 | - |
| YUV | 157.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 186 | 0.02 | 0.25 | 0 | 0.27 | 296.17 | 0.25 | 0.64 |
| Hex | B7 | 8B | BA | 2 | 19 | 0 | 1B | 128 | 19 | 40 |
| Octal | 267 | 213 | 272 | 2 | 31 | 0 | 33 | 450 | 31 | 100 |
| Binary | 10110111 | 10001011 | 10111010 | 10 | 11001 | 0 | 11011 | 100101000 | 11001 | 1000000 |
Color Harmonies of #B78BBA
Complementary color
Monochromatic Colors of #B78BBA
Black with #B78BBA
Text Example
Text Example
White with #B78BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BBA; }
p { color: rgb(183,139,186); }
H1.HeaderClassName
{
color: #B78BBA;
}
.AnyTagClassName
{
color: #B78BBA;
}
</style>
background-color css
<style>
a { background-color: #B78BBA; }
a { background-color: rgb(183,139,186); }
div.DivClassName
{
background-color: #B78BBA;
}
.BgClassName
{
background-color: #B78BBA;
}
</style>
border-color css
<style>
span { border-color: #B78BBA; }
span { border-color: rgb(183,139,186); }
td.TdClassName
{
border-color: #B78BBA;
}
.TagClassName
{
border-color: #B78BBA;
}
</style>