Shades of London Hue #B27BAC
Tints of London Hue #B27BAC
RGB
CMYK
RGB Variations
Color information
#B27BAC (or 0xB27BAC) is known color: London Hue. HEX triplet: B2, 7B and AC. RGB value is (178,123,172). Sum of RGB (Red+Green+Blue) = 178+123+172=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAC is #4D8453. Grayscale: #909090. Windows color (decimal): -5080148 or 11303858. OLE color: 11303858.
HSL color Cylindrical-coordinate representation of color #B27BAC: hue angle of 306.55º degrees, saturation: 0.26, 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 #B27BAC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 172 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.30 |
| HSL | 306.55º | 0.26% | 0.59% | - |
| HSV(B) | 306.55º | 0.31% | 0.7% | - |
| XYZ | 32.89 | 26.61 | 42.43 | - |
| YUV | 145.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 172 | 0 | 0.31 | 0.03 | 0.30 | 306.55 | 0.26 | 0.59 |
| Hex | B2 | 7B | AC | 0 | 1F | 3 | 1E | 133 | 1A | 3B |
| Octal | 262 | 173 | 254 | 0 | 37 | 3 | 36 | 463 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10101100 | 0 | 11111 | 11 | 11110 | 100110011 | 11010 | 111011 |
Color Harmonies of #B27BAC
Complementary color
Monochromatic Colors of #B27BAC
Black with #B27BAC
Text Example
Text Example
White with #B27BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BAC; }
p { color: rgb(178,123,172); }
H1.HeaderClassName
{
color: #B27BAC;
}
.AnyTagClassName
{
color: #B27BAC;
}
</style>
background-color css
<style>
a { background-color: #B27BAC; }
a { background-color: rgb(178,123,172); }
div.DivClassName
{
background-color: #B27BAC;
}
.BgClassName
{
background-color: #B27BAC;
}
</style>
border-color css
<style>
span { border-color: #B27BAC; }
span { border-color: rgb(178,123,172); }
td.TdClassName
{
border-color: #B27BAC;
}
.TagClassName
{
border-color: #B27BAC;
}
</style>