Shades of London Hue #B78CA8
Tints of London Hue #B78CA8
RGB
CMYK
RGB Variations
Color information
#B78CA8 (or 0xB78CA8) is known color: London Hue. HEX triplet: B7, 8C and A8. RGB value is (183,140,168). Sum of RGB (Red+Green+Blue) = 183+140+168=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78CA8 is #487357. Grayscale: #9B9B9B. Windows color (decimal): -4748120 or 11046071. OLE color: 11046071.
HSL color Cylindrical-coordinate representation of color #B78CA8: hue angle of 320.93º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78CA8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 168 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.28 |
| HSL | 320.93º | 0.23% | 0.63% | - |
| HSV(B) | 320.93º | 0.23% | 0.72% | - |
| XYZ | 35.97 | 31.65 | 41.26 | - |
| YUV | 156.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 168 | 0 | 0.23 | 0.08 | 0.28 | 320.93 | 0.23 | 0.63 |
| Hex | B7 | 8C | A8 | 0 | 17 | 8 | 1C | 141 | 17 | 3F |
| Octal | 267 | 214 | 250 | 0 | 27 | 10 | 34 | 501 | 27 | 77 |
| Binary | 10110111 | 10001100 | 10101000 | 0 | 10111 | 1000 | 11100 | 101000001 | 10111 | 111111 |
Color Harmonies of #B78CA8
Complementary color
Monochromatic Colors of #B78CA8
Black with #B78CA8
Text Example
Text Example
White with #B78CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CA8; }
p { color: rgb(183,140,168); }
H1.HeaderClassName
{
color: #B78CA8;
}
.AnyTagClassName
{
color: #B78CA8;
}
</style>
background-color css
<style>
a { background-color: #B78CA8; }
a { background-color: rgb(183,140,168); }
div.DivClassName
{
background-color: #B78CA8;
}
.BgClassName
{
background-color: #B78CA8;
}
</style>
border-color css
<style>
span { border-color: #B78CA8; }
span { border-color: rgb(183,140,168); }
td.TdClassName
{
border-color: #B78CA8;
}
.TagClassName
{
border-color: #B78CA8;
}
</style>