Shades of London Hue #B67EAA
Tints of London Hue #B67EAA
RGB
CMYK
RGB Variations
Color information
#B67EAA (or 0xB67EAA) is known color: London Hue. HEX triplet: B6, 7E and AA. RGB value is (182,126,170). Sum of RGB (Red+Green+Blue) = 182+126+170=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B67EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67EAA is #498155. Grayscale: #939393. Windows color (decimal): -4817238 or 11173558. OLE color: 11173558.
HSL color Cylindrical-coordinate representation of color #B67EAA: hue angle of 312.86º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67EAA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 170 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.29 |
| HSL | 312.86º | 0.28% | 0.6% | - |
| HSV(B) | 312.86º | 0.31% | 0.71% | - |
| XYZ | 34.01 | 27.77 | 41.6 | - |
| YUV | 147.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 170 | 0 | 0.31 | 0.07 | 0.29 | 312.86 | 0.28 | 0.6 |
| Hex | B6 | 7E | AA | 0 | 1F | 7 | 1D | 139 | 1C | 3C |
| Octal | 266 | 176 | 252 | 0 | 37 | 7 | 35 | 471 | 34 | 74 |
| Binary | 10110110 | 1111110 | 10101010 | 0 | 11111 | 111 | 11101 | 100111001 | 11100 | 111100 |
Color Harmonies of #B67EAA
Complementary color
Monochromatic Colors of #B67EAA
Black with #B67EAA
Text Example
Text Example
White with #B67EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67EAA; }
p { color: rgb(182,126,170); }
H1.HeaderClassName
{
color: #B67EAA;
}
.AnyTagClassName
{
color: #B67EAA;
}
</style>
background-color css
<style>
a { background-color: #B67EAA; }
a { background-color: rgb(182,126,170); }
div.DivClassName
{
background-color: #B67EAA;
}
.BgClassName
{
background-color: #B67EAA;
}
</style>
border-color css
<style>
span { border-color: #B67EAA; }
span { border-color: rgb(182,126,170); }
td.TdClassName
{
border-color: #B67EAA;
}
.TagClassName
{
border-color: #B67EAA;
}
</style>