Shades of London Hue #B68DB2
Tints of London Hue #B68DB2
RGB
CMYK
RGB Variations
Color information
#B68DB2 (or 0xB68DB2) is known color: London Hue. HEX triplet: B6, 8D and B2. RGB value is (182,141,178). Sum of RGB (Red+Green+Blue) = 182+141+178=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68DB2 is #49724D. Grayscale: #9D9D9D. Windows color (decimal): -4813390 or 11701686. OLE color: 11701686.
HSL color Cylindrical-coordinate representation of color #B68DB2: hue angle of 305.85º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68DB2 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 178 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.29 |
| HSL | 305.85º | 0.22% | 0.63% | - |
| HSV(B) | 305.85º | 0.23% | 0.71% | - |
| XYZ | 36.85 | 32.21 | 46.39 | - |
| YUV | 157.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 178 | 0 | 0.23 | 0.02 | 0.29 | 305.85 | 0.22 | 0.63 |
| Hex | B6 | 8D | B2 | 0 | 17 | 2 | 1D | 132 | 16 | 3F |
| Octal | 266 | 215 | 262 | 0 | 27 | 2 | 35 | 462 | 26 | 77 |
| Binary | 10110110 | 10001101 | 10110010 | 0 | 10111 | 10 | 11101 | 100110010 | 10110 | 111111 |
Color Harmonies of #B68DB2
Complementary color
Monochromatic Colors of #B68DB2
Black with #B68DB2
Text Example
Text Example
White with #B68DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DB2; }
p { color: rgb(182,141,178); }
H1.HeaderClassName
{
color: #B68DB2;
}
.AnyTagClassName
{
color: #B68DB2;
}
</style>
background-color css
<style>
a { background-color: #B68DB2; }
a { background-color: rgb(182,141,178); }
div.DivClassName
{
background-color: #B68DB2;
}
.BgClassName
{
background-color: #B68DB2;
}
</style>
border-color css
<style>
span { border-color: #B68DB2; }
span { border-color: rgb(182,141,178); }
td.TdClassName
{
border-color: #B68DB2;
}
.TagClassName
{
border-color: #B68DB2;
}
</style>