Shades of London Hue #B78DB3
Tints of London Hue #B78DB3
RGB
CMYK
RGB Variations
Color information
#B78DB3 (or 0xB78DB3) is known color: London Hue. HEX triplet: B7, 8D and B3. RGB value is (183,141,179). Sum of RGB (Red+Green+Blue) = 183+141+179=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DB3 is #48724C. Grayscale: #9D9D9D. Windows color (decimal): -4747853 or 11767223. OLE color: 11767223.
HSL color Cylindrical-coordinate representation of color #B78DB3: hue angle of 305.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78DB3 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 179 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.28 |
| HSL | 305.71º | 0.23% | 0.64% | - |
| HSV(B) | 305.71º | 0.23% | 0.72% | - |
| XYZ | 37.19 | 32.37 | 46.94 | - |
| YUV | 157.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 179 | 0 | 0.23 | 0.02 | 0.28 | 305.71 | 0.23 | 0.64 |
| Hex | B7 | 8D | B3 | 0 | 17 | 2 | 1C | 132 | 17 | 40 |
| Octal | 267 | 215 | 263 | 0 | 27 | 2 | 34 | 462 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10110011 | 0 | 10111 | 10 | 11100 | 100110010 | 10111 | 1000000 |
Color Harmonies of #B78DB3
Complementary color
Monochromatic Colors of #B78DB3
Black with #B78DB3
Text Example
Text Example
White with #B78DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DB3; }
p { color: rgb(183,141,179); }
H1.HeaderClassName
{
color: #B78DB3;
}
.AnyTagClassName
{
color: #B78DB3;
}
</style>
background-color css
<style>
a { background-color: #B78DB3; }
a { background-color: rgb(183,141,179); }
div.DivClassName
{
background-color: #B78DB3;
}
.BgClassName
{
background-color: #B78DB3;
}
</style>
border-color css
<style>
span { border-color: #B78DB3; }
span { border-color: rgb(183,141,179); }
td.TdClassName
{
border-color: #B78DB3;
}
.TagClassName
{
border-color: #B78DB3;
}
</style>