Shades of London Hue #B07FA9
Tints of London Hue #B07FA9
RGB
CMYK
RGB Variations
Color information
#B07FA9 (or 0xB07FA9) is known color: London Hue. HEX triplet: B0, 7F and A9. RGB value is (176,127,169). Sum of RGB (Red+Green+Blue) = 176+127+169=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA9 is #4F8056. Grayscale: #929292. Windows color (decimal): -5210199 or 11108272. OLE color: 11108272.
HSL color Cylindrical-coordinate representation of color #B07FA9: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FA9 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 169 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.31 |
| HSL | 308.57º | 0.24% | 0.59% | - |
| HSV(B) | 308.57º | 0.28% | 0.69% | - |
| XYZ | 32.66 | 27.27 | 41.08 | - |
| YUV | 146.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 169 | 0 | 0.28 | 0.04 | 0.31 | 308.57 | 0.24 | 0.59 |
| Hex | B0 | 7F | A9 | 0 | 1C | 4 | 1F | 135 | 18 | 3B |
| Octal | 260 | 177 | 251 | 0 | 34 | 4 | 37 | 465 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10101001 | 0 | 11100 | 100 | 11111 | 100110101 | 11000 | 111011 |
Color Harmonies of #B07FA9
Complementary color
Monochromatic Colors of #B07FA9
Black with #B07FA9
Text Example
Text Example
White with #B07FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FA9; }
p { color: rgb(176,127,169); }
H1.HeaderClassName
{
color: #B07FA9;
}
.AnyTagClassName
{
color: #B07FA9;
}
</style>
background-color css
<style>
a { background-color: #B07FA9; }
a { background-color: rgb(176,127,169); }
div.DivClassName
{
background-color: #B07FA9;
}
.BgClassName
{
background-color: #B07FA9;
}
</style>
border-color css
<style>
span { border-color: #B07FA9; }
span { border-color: rgb(176,127,169); }
td.TdClassName
{
border-color: #B07FA9;
}
.TagClassName
{
border-color: #B07FA9;
}
</style>