Shades of London Hue #B27AAD
Tints of London Hue #B27AAD
RGB
CMYK
RGB Variations
Color information
#B27AAD (or 0xB27AAD) is known color: London Hue. HEX triplet: B2, 7A and AD. RGB value is (178,122,173). Sum of RGB (Red+Green+Blue) = 178+122+173=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAD is #4D8552. Grayscale: #909090. Windows color (decimal): -5080403 or 11369138. OLE color: 11369138.
HSL color Cylindrical-coordinate representation of color #B27AAD: hue angle of 305.36º 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 #B27AAD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 173 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.30 |
| HSL | 305.36º | 0.27% | 0.59% | - |
| HSV(B) | 305.36º | 0.31% | 0.7% | - |
| XYZ | 32.86 | 26.4 | 42.9 | - |
| YUV | 144.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 173 | 0 | 0.31 | 0.03 | 0.30 | 305.36 | 0.27 | 0.59 |
| Hex | B2 | 7A | AD | 0 | 1F | 3 | 1E | 131 | 1B | 3B |
| Octal | 262 | 172 | 255 | 0 | 37 | 3 | 36 | 461 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10101101 | 0 | 11111 | 11 | 11110 | 100110001 | 11011 | 111011 |
Color Harmonies of #B27AAD
Complementary color
Monochromatic Colors of #B27AAD
Black with #B27AAD
Text Example
Text Example
White with #B27AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AAD; }
p { color: rgb(178,122,173); }
H1.HeaderClassName
{
color: #B27AAD;
}
.AnyTagClassName
{
color: #B27AAD;
}
</style>
background-color css
<style>
a { background-color: #B27AAD; }
a { background-color: rgb(178,122,173); }
div.DivClassName
{
background-color: #B27AAD;
}
.BgClassName
{
background-color: #B27AAD;
}
</style>
border-color css
<style>
span { border-color: #B27AAD; }
span { border-color: rgb(178,122,173); }
td.TdClassName
{
border-color: #B27AAD;
}
.TagClassName
{
border-color: #B27AAD;
}
</style>