Shades of London Hue #B27AAF
Tints of London Hue #B27AAF
RGB
CMYK
RGB Variations
Color information
#B27AAF (or 0xB27AAF) is known color: London Hue. HEX triplet: B2, 7A and AF. RGB value is (178,122,175). Sum of RGB (Red+Green+Blue) = 178+122+175=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AAF is #4D8550. Grayscale: #909090. Windows color (decimal): -5080401 or 11500210. OLE color: 11500210.
HSL color Cylindrical-coordinate representation of color #B27AAF: hue angle of 303.21º 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 #B27AAF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 175 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.30 |
| HSL | 303.21º | 0.27% | 0.59% | - |
| HSV(B) | 303.21º | 0.31% | 0.7% | - |
| XYZ | 33.06 | 26.48 | 43.93 | - |
| YUV | 144.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 175 | 0 | 0.31 | 0.02 | 0.30 | 303.21 | 0.27 | 0.59 |
| Hex | B2 | 7A | AF | 0 | 1F | 2 | 1E | 12F | 1B | 3B |
| Octal | 262 | 172 | 257 | 0 | 37 | 2 | 36 | 457 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10101111 | 0 | 11111 | 10 | 11110 | 100101111 | 11011 | 111011 |
Color Harmonies of #B27AAF
Complementary color
Monochromatic Colors of #B27AAF
Black with #B27AAF
Text Example
Text Example
White with #B27AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AAF; }
p { color: rgb(178,122,175); }
H1.HeaderClassName
{
color: #B27AAF;
}
.AnyTagClassName
{
color: #B27AAF;
}
</style>
background-color css
<style>
a { background-color: #B27AAF; }
a { background-color: rgb(178,122,175); }
div.DivClassName
{
background-color: #B27AAF;
}
.BgClassName
{
background-color: #B27AAF;
}
</style>
border-color css
<style>
span { border-color: #B27AAF; }
span { border-color: rgb(178,122,175); }
td.TdClassName
{
border-color: #B27AAF;
}
.TagClassName
{
border-color: #B27AAF;
}
</style>