Shades of London Hue #B078AF
Tints of London Hue #B078AF
RGB
CMYK
RGB Variations
Color information
#B078AF (or 0xB078AF) is known color: London Hue. HEX triplet: B0, 78 and AF. RGB value is (176,120,175). Sum of RGB (Red+Green+Blue) = 176+120+175=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B078AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078AF is #4F8750. Grayscale: #8E8E8E. Windows color (decimal): -5211985 or 11499696. OLE color: 11499696.
HSL color Cylindrical-coordinate representation of color #B078AF: hue angle of 301.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B078AF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 175 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.31 |
| HSL | 301.07º | 0.26% | 0.58% | - |
| HSV(B) | 301.07º | 0.32% | 0.69% | - |
| XYZ | 32.36 | 25.76 | 43.82 | - |
| YUV | 143.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 175 | 0 | 0.32 | 0.01 | 0.31 | 301.07 | 0.26 | 0.58 |
| Hex | B0 | 78 | AF | 0 | 20 | 1 | 1F | 12D | 1A | 3A |
| Octal | 260 | 170 | 257 | 0 | 40 | 1 | 37 | 455 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10101111 | 0 | 100000 | 1 | 11111 | 100101101 | 11010 | 111010 |
Color Harmonies of #B078AF
Complementary color
Monochromatic Colors of #B078AF
Black with #B078AF
Text Example
Text Example
White with #B078AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078AF; }
p { color: rgb(176,120,175); }
H1.HeaderClassName
{
color: #B078AF;
}
.AnyTagClassName
{
color: #B078AF;
}
</style>
background-color css
<style>
a { background-color: #B078AF; }
a { background-color: rgb(176,120,175); }
div.DivClassName
{
background-color: #B078AF;
}
.BgClassName
{
background-color: #B078AF;
}
</style>
border-color css
<style>
span { border-color: #B078AF; }
span { border-color: rgb(176,120,175); }
td.TdClassName
{
border-color: #B078AF;
}
.TagClassName
{
border-color: #B078AF;
}
</style>