Shades of London Hue #B67AB1
Tints of London Hue #B67AB1
RGB
CMYK
RGB Variations
Color information
#B67AB1 (or 0xB67AB1) is known color: London Hue. HEX triplet: B6, 7A and B1. RGB value is (182,122,177). Sum of RGB (Red+Green+Blue) = 182+122+177=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AB1 is #49854E. Grayscale: #929292. Windows color (decimal): -4818255 or 11631286. OLE color: 11631286.
HSL color Cylindrical-coordinate representation of color #B67AB1: hue angle of 305º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67AB1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 177 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.29 |
| HSL | 305º | 0.29% | 0.6% | - |
| HSV(B) | 305º | 0.33% | 0.71% | - |
| XYZ | 34.19 | 27.04 | 45.01 | - |
| YUV | 146.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 177 | 0 | 0.33 | 0.03 | 0.29 | 305 | 0.29 | 0.6 |
| Hex | B6 | 7A | B1 | 0 | 21 | 3 | 1D | 131 | 1D | 3C |
| Octal | 266 | 172 | 261 | 0 | 41 | 3 | 35 | 461 | 35 | 74 |
| Binary | 10110110 | 1111010 | 10110001 | 0 | 100001 | 11 | 11101 | 100110001 | 11101 | 111100 |
Color Harmonies of #B67AB1
Complementary color
Monochromatic Colors of #B67AB1
Black with #B67AB1
Text Example
Text Example
White with #B67AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67AB1; }
p { color: rgb(182,122,177); }
H1.HeaderClassName
{
color: #B67AB1;
}
.AnyTagClassName
{
color: #B67AB1;
}
</style>
background-color css
<style>
a { background-color: #B67AB1; }
a { background-color: rgb(182,122,177); }
div.DivClassName
{
background-color: #B67AB1;
}
.BgClassName
{
background-color: #B67AB1;
}
</style>
border-color css
<style>
span { border-color: #B67AB1; }
span { border-color: rgb(182,122,177); }
td.TdClassName
{
border-color: #B67AB1;
}
.TagClassName
{
border-color: #B67AB1;
}
</style>