Shades of London Hue #B27AAC
Tints of London Hue #B27AAC
RGB
CMYK
RGB Variations
Color information
#B27AAC (or 0xB27AAC) is known color: London Hue. HEX triplet: B2, 7A and AC. RGB value is (178,122,172). Sum of RGB (Red+Green+Blue) = 178+122+172=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAC is #4D8553. Grayscale: #909090. Windows color (decimal): -5080404 or 11303602. OLE color: 11303602.
HSL color Cylindrical-coordinate representation of color #B27AAC: hue angle of 306.43º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27AAC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 172 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.30 |
| HSL | 306.43º | 0.27% | 0.59% | - |
| HSV(B) | 306.43º | 0.31% | 0.7% | - |
| XYZ | 32.77 | 26.36 | 42.39 | - |
| YUV | 144.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 172 | 0 | 0.31 | 0.03 | 0.30 | 306.43 | 0.27 | 0.59 |
| Hex | B2 | 7A | AC | 0 | 1F | 3 | 1E | 132 | 1B | 3B |
| Octal | 262 | 172 | 254 | 0 | 37 | 3 | 36 | 462 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10101100 | 0 | 11111 | 11 | 11110 | 100110010 | 11011 | 111011 |
Color Harmonies of #B27AAC
Complementary color
Monochromatic Colors of #B27AAC
Black with #B27AAC
Text Example
Text Example
White with #B27AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AAC; }
p { color: rgb(178,122,172); }
H1.HeaderClassName
{
color: #B27AAC;
}
.AnyTagClassName
{
color: #B27AAC;
}
</style>
background-color css
<style>
a { background-color: #B27AAC; }
a { background-color: rgb(178,122,172); }
div.DivClassName
{
background-color: #B27AAC;
}
.BgClassName
{
background-color: #B27AAC;
}
</style>
border-color css
<style>
span { border-color: #B27AAC; }
span { border-color: rgb(178,122,172); }
td.TdClassName
{
border-color: #B27AAC;
}
.TagClassName
{
border-color: #B27AAC;
}
</style>