Shades of London Hue #B078B3
Tints of London Hue #B078B3
RGB
CMYK
RGB Variations
Color information
#B078B3 (or 0xB078B3) is known color: London Hue. HEX triplet: B0, 78 and B3. RGB value is (176,120,179). Sum of RGB (Red+Green+Blue) = 176+120+179=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #B078B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078B3 is #4F874C. Grayscale: #8F8F8F. Windows color (decimal): -5211981 or 11761840. OLE color: 11761840.
HSL color Cylindrical-coordinate representation of color #B078B3: hue angle of 296.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B078B3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 120 | 179 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.30 |
| HSL | 296.95º | 0.28% | 0.59% | - |
| HSV(B) | 296.95º | 0.33% | 0.7% | - |
| XYZ | 32.76 | 25.92 | 45.92 | - |
| YUV | 143.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 179 | 0.02 | 0.33 | 0 | 0.30 | 296.95 | 0.28 | 0.59 |
| Hex | B0 | 78 | B3 | 2 | 21 | 0 | 1E | 129 | 1C | 3B |
| Octal | 260 | 170 | 263 | 2 | 41 | 0 | 36 | 451 | 34 | 73 |
| Binary | 10110000 | 1111000 | 10110011 | 10 | 100001 | 0 | 11110 | 100101001 | 11100 | 111011 |
Color Harmonies of #B078B3
Complementary color
Monochromatic Colors of #B078B3
Black with #B078B3
Text Example
Text Example
White with #B078B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078B3; }
p { color: rgb(176,120,179); }
H1.HeaderClassName
{
color: #B078B3;
}
.AnyTagClassName
{
color: #B078B3;
}
</style>
background-color css
<style>
a { background-color: #B078B3; }
a { background-color: rgb(176,120,179); }
div.DivClassName
{
background-color: #B078B3;
}
.BgClassName
{
background-color: #B078B3;
}
</style>
border-color css
<style>
span { border-color: #B078B3; }
span { border-color: rgb(176,120,179); }
td.TdClassName
{
border-color: #B078B3;
}
.TagClassName
{
border-color: #B078B3;
}
</style>