Shades of London Hue #B078B4
Tints of London Hue #B078B4
RGB
CMYK
RGB Variations
Color information
#B078B4 (or 0xB078B4) is known color: London Hue. HEX triplet: B0, 78 and B4. RGB value is (176,120,180). Sum of RGB (Red+Green+Blue) = 176+120+180=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #B078B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078B4 is #4F874B. Grayscale: #8F8F8F. Windows color (decimal): -5211980 or 11827376. OLE color: 11827376.
HSL color Cylindrical-coordinate representation of color #B078B4: hue angle of 296º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B078B4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 120 | 180 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.29 |
| HSL | 296º | 0.29% | 0.59% | - |
| HSV(B) | 296º | 0.33% | 0.71% | - |
| XYZ | 32.86 | 25.96 | 46.46 | - |
| YUV | 143.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 180 | 0.02 | 0.33 | 0 | 0.29 | 296 | 0.29 | 0.59 |
| Hex | B0 | 78 | B4 | 2 | 21 | 0 | 1D | 128 | 1D | 3B |
| Octal | 260 | 170 | 264 | 2 | 41 | 0 | 35 | 450 | 35 | 73 |
| Binary | 10110000 | 1111000 | 10110100 | 10 | 100001 | 0 | 11101 | 100101000 | 11101 | 111011 |
Color Harmonies of #B078B4
Complementary color
Monochromatic Colors of #B078B4
Black with #B078B4
Text Example
Text Example
White with #B078B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078B4; }
p { color: rgb(176,120,180); }
H1.HeaderClassName
{
color: #B078B4;
}
.AnyTagClassName
{
color: #B078B4;
}
</style>
background-color css
<style>
a { background-color: #B078B4; }
a { background-color: rgb(176,120,180); }
div.DivClassName
{
background-color: #B078B4;
}
.BgClassName
{
background-color: #B078B4;
}
</style>
border-color css
<style>
span { border-color: #B078B4; }
span { border-color: rgb(176,120,180); }
td.TdClassName
{
border-color: #B078B4;
}
.TagClassName
{
border-color: #B078B4;
}
</style>