Shades of London Hue #B07AAC
Tints of London Hue #B07AAC
RGB
CMYK
RGB Variations
Color information
#B07AAC (or 0xB07AAC) is known color: London Hue. HEX triplet: B0, 7A and AC. RGB value is (176,122,172). Sum of RGB (Red+Green+Blue) = 176+122+172=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAC is #4F8553. Grayscale: #8F8F8F. Windows color (decimal): -5211476 or 11303600. OLE color: 11303600.
HSL color Cylindrical-coordinate representation of color #B07AAC: hue angle of 304.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AAC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 172 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.31 |
| HSL | 304.44º | 0.25% | 0.58% | - |
| HSV(B) | 304.44º | 0.31% | 0.69% | - |
| XYZ | 32.31 | 26.13 | 42.37 | - |
| YUV | 143.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 172 | 0 | 0.31 | 0.02 | 0.31 | 304.44 | 0.25 | 0.58 |
| Hex | B0 | 7A | AC | 0 | 1F | 2 | 1F | 130 | 19 | 3A |
| Octal | 260 | 172 | 254 | 0 | 37 | 2 | 37 | 460 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10101100 | 0 | 11111 | 10 | 11111 | 100110000 | 11001 | 111010 |
Color Harmonies of #B07AAC
Complementary color
Monochromatic Colors of #B07AAC
Black with #B07AAC
Text Example
Text Example
White with #B07AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AAC; }
p { color: rgb(176,122,172); }
H1.HeaderClassName
{
color: #B07AAC;
}
.AnyTagClassName
{
color: #B07AAC;
}
</style>
background-color css
<style>
a { background-color: #B07AAC; }
a { background-color: rgb(176,122,172); }
div.DivClassName
{
background-color: #B07AAC;
}
.BgClassName
{
background-color: #B07AAC;
}
</style>
border-color css
<style>
span { border-color: #B07AAC; }
span { border-color: rgb(176,122,172); }
td.TdClassName
{
border-color: #B07AAC;
}
.TagClassName
{
border-color: #B07AAC;
}
</style>