Shades of London Hue #B78DB4
Tints of London Hue #B78DB4
RGB
CMYK
RGB Variations
Color information
#B78DB4 (or 0xB78DB4) is known color: London Hue. HEX triplet: B7, 8D and B4. RGB value is (183,141,180). Sum of RGB (Red+Green+Blue) = 183+141+180=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B78DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DB4 is #48724B. Grayscale: #9D9D9D. Windows color (decimal): -4747852 or 11832759. OLE color: 11832759.
HSL color Cylindrical-coordinate representation of color #B78DB4: hue angle of 304.29º 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 #B78DB4 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 180 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.28 |
| HSL | 304.29º | 0.23% | 0.64% | - |
| HSV(B) | 304.29º | 0.23% | 0.72% | - |
| XYZ | 37.29 | 32.41 | 47.47 | - |
| YUV | 158 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 180 | 0 | 0.23 | 0.02 | 0.28 | 304.29 | 0.23 | 0.64 |
| Hex | B7 | 8D | B4 | 0 | 17 | 2 | 1C | 130 | 17 | 40 |
| Octal | 267 | 215 | 264 | 0 | 27 | 2 | 34 | 460 | 27 | 100 |
| Binary | 10110111 | 10001101 | 10110100 | 0 | 10111 | 10 | 11100 | 100110000 | 10111 | 1000000 |
Color Harmonies of #B78DB4
Complementary color
Monochromatic Colors of #B78DB4
Black with #B78DB4
Text Example
Text Example
White with #B78DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DB4; }
p { color: rgb(183,141,180); }
H1.HeaderClassName
{
color: #B78DB4;
}
.AnyTagClassName
{
color: #B78DB4;
}
</style>
background-color css
<style>
a { background-color: #B78DB4; }
a { background-color: rgb(183,141,180); }
div.DivClassName
{
background-color: #B78DB4;
}
.BgClassName
{
background-color: #B78DB4;
}
</style>
border-color css
<style>
span { border-color: #B78DB4; }
span { border-color: rgb(183,141,180); }
td.TdClassName
{
border-color: #B78DB4;
}
.TagClassName
{
border-color: #B78DB4;
}
</style>