Shades of London Hue #B68DB5
Tints of London Hue #B68DB5
RGB
CMYK
RGB Variations
Color information
#B68DB5 (or 0xB68DB5) is known color: London Hue. HEX triplet: B6, 8D and B5. RGB value is (182,141,181). Sum of RGB (Red+Green+Blue) = 182+141+181=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DB5 is #49724A. Grayscale: #9D9D9D. Windows color (decimal): -4813387 or 11898294. OLE color: 11898294.
HSL color Cylindrical-coordinate representation of color #B68DB5: hue angle of 301.46º 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 #B68DB5 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 181 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.29 |
| HSL | 301.46º | 0.22% | 0.63% | - |
| HSV(B) | 301.46º | 0.23% | 0.71% | - |
| XYZ | 37.16 | 32.33 | 48 | - |
| YUV | 157.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 181 | 0 | 0.23 | 0.01 | 0.29 | 301.46 | 0.22 | 0.63 |
| Hex | B6 | 8D | B5 | 0 | 17 | 1 | 1D | 12D | 16 | 3F |
| Octal | 266 | 215 | 265 | 0 | 27 | 1 | 35 | 455 | 26 | 77 |
| Binary | 10110110 | 10001101 | 10110101 | 0 | 10111 | 1 | 11101 | 100101101 | 10110 | 111111 |
Color Harmonies of #B68DB5
Complementary color
Monochromatic Colors of #B68DB5
Black with #B68DB5
Text Example
Text Example
White with #B68DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DB5; }
p { color: rgb(182,141,181); }
H1.HeaderClassName
{
color: #B68DB5;
}
.AnyTagClassName
{
color: #B68DB5;
}
</style>
background-color css
<style>
a { background-color: #B68DB5; }
a { background-color: rgb(182,141,181); }
div.DivClassName
{
background-color: #B68DB5;
}
.BgClassName
{
background-color: #B68DB5;
}
</style>
border-color css
<style>
span { border-color: #B68DB5; }
span { border-color: rgb(182,141,181); }
td.TdClassName
{
border-color: #B68DB5;
}
.TagClassName
{
border-color: #B68DB5;
}
</style>