Shades of London Hue #B78FB0
Tints of London Hue #B78FB0
RGB
CMYK
RGB Variations
Color information
#B78FB0 (or 0xB78FB0) is known color: London Hue. HEX triplet: B7, 8F and B0. RGB value is (183,143,176). Sum of RGB (Red+Green+Blue) = 183+143+176=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78FB0 is #48704F. Grayscale: #9E9E9E. Windows color (decimal): -4747344 or 11571127. OLE color: 11571127.
HSL color Cylindrical-coordinate representation of color #B78FB0: hue angle of 310.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78FB0 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 176 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.28 |
| HSL | 310.5º | 0.22% | 0.64% | - |
| HSV(B) | 310.5º | 0.22% | 0.72% | - |
| XYZ | 37.19 | 32.85 | 45.45 | - |
| YUV | 158.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 176 | 0 | 0.22 | 0.04 | 0.28 | 310.5 | 0.22 | 0.64 |
| Hex | B7 | 8F | B0 | 0 | 16 | 4 | 1C | 136 | 16 | 40 |
| Octal | 267 | 217 | 260 | 0 | 26 | 4 | 34 | 466 | 26 | 100 |
| Binary | 10110111 | 10001111 | 10110000 | 0 | 10110 | 100 | 11100 | 100110110 | 10110 | 1000000 |
Color Harmonies of #B78FB0
Complementary color
Monochromatic Colors of #B78FB0
Black with #B78FB0
Text Example
Text Example
White with #B78FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FB0; }
p { color: rgb(183,143,176); }
H1.HeaderClassName
{
color: #B78FB0;
}
.AnyTagClassName
{
color: #B78FB0;
}
</style>
background-color css
<style>
a { background-color: #B78FB0; }
a { background-color: rgb(183,143,176); }
div.DivClassName
{
background-color: #B78FB0;
}
.BgClassName
{
background-color: #B78FB0;
}
</style>
border-color css
<style>
span { border-color: #B78FB0; }
span { border-color: rgb(183,143,176); }
td.TdClassName
{
border-color: #B78FB0;
}
.TagClassName
{
border-color: #B78FB0;
}
</style>