Shades of London Hue #B27DAA
Tints of London Hue #B27DAA
RGB
CMYK
RGB Variations
Color information
#B27DAA (or 0xB27DAA) is known color: London Hue. HEX triplet: B2, 7D and AA. RGB value is (178,125,170). Sum of RGB (Red+Green+Blue) = 178+125+170=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DAA is #4D8255. Grayscale: #919191. Windows color (decimal): -5079638 or 11173298. OLE color: 11173298.
HSL color Cylindrical-coordinate representation of color #B27DAA: hue angle of 309.06º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27DAA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 170 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.30 |
| HSL | 309.06º | 0.26% | 0.59% | - |
| HSV(B) | 309.06º | 0.3% | 0.7% | - |
| XYZ | 32.95 | 27.03 | 41.51 | - |
| YUV | 145.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 170 | 0 | 0.30 | 0.04 | 0.30 | 309.06 | 0.26 | 0.59 |
| Hex | B2 | 7D | AA | 0 | 1E | 4 | 1E | 135 | 1A | 3B |
| Octal | 262 | 175 | 252 | 0 | 36 | 4 | 36 | 465 | 32 | 73 |
| Binary | 10110010 | 1111101 | 10101010 | 0 | 11110 | 100 | 11110 | 100110101 | 11010 | 111011 |
Color Harmonies of #B27DAA
Complementary color
Monochromatic Colors of #B27DAA
Black with #B27DAA
Text Example
Text Example
White with #B27DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DAA; }
p { color: rgb(178,125,170); }
H1.HeaderClassName
{
color: #B27DAA;
}
.AnyTagClassName
{
color: #B27DAA;
}
</style>
background-color css
<style>
a { background-color: #B27DAA; }
a { background-color: rgb(178,125,170); }
div.DivClassName
{
background-color: #B27DAA;
}
.BgClassName
{
background-color: #B27DAA;
}
</style>
border-color css
<style>
span { border-color: #B27DAA; }
span { border-color: rgb(178,125,170); }
td.TdClassName
{
border-color: #B27DAA;
}
.TagClassName
{
border-color: #B27DAA;
}
</style>