Shades of London Hue #B078B2
Tints of London Hue #B078B2
RGB
CMYK
RGB Variations
Color information
#B078B2 (or 0xB078B2) is known color: London Hue. HEX triplet: B0, 78 and B2. RGB value is (176,120,178). Sum of RGB (Red+Green+Blue) = 176+120+178=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 178 - color contains mainly: blue. Hex color #B078B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078B2 is #4F874D. Grayscale: #8F8F8F. Windows color (decimal): -5211982 or 11696304. OLE color: 11696304.
HSL color Cylindrical-coordinate representation of color #B078B2: hue angle of 297.93º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B078B2 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 120 | 178 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.30 |
| HSL | 297.93º | 0.27% | 0.58% | - |
| HSV(B) | 297.93º | 0.33% | 0.7% | - |
| XYZ | 32.66 | 25.88 | 45.39 | - |
| YUV | 143.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 178 | 0.01 | 0.33 | 0 | 0.30 | 297.93 | 0.27 | 0.58 |
| Hex | B0 | 78 | B2 | 1 | 21 | 0 | 1E | 12A | 1B | 3A |
| Octal | 260 | 170 | 262 | 1 | 41 | 0 | 36 | 452 | 33 | 72 |
| Binary | 10110000 | 1111000 | 10110010 | 1 | 100001 | 0 | 11110 | 100101010 | 11011 | 111010 |
Color Harmonies of #B078B2
Complementary color
Monochromatic Colors of #B078B2
Black with #B078B2
Text Example
Text Example
White with #B078B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078B2; }
p { color: rgb(176,120,178); }
H1.HeaderClassName
{
color: #B078B2;
}
.AnyTagClassName
{
color: #B078B2;
}
</style>
background-color css
<style>
a { background-color: #B078B2; }
a { background-color: rgb(176,120,178); }
div.DivClassName
{
background-color: #B078B2;
}
.BgClassName
{
background-color: #B078B2;
}
</style>
border-color css
<style>
span { border-color: #B078B2; }
span { border-color: rgb(176,120,178); }
td.TdClassName
{
border-color: #B078B2;
}
.TagClassName
{
border-color: #B078B2;
}
</style>