Shades of London Hue #BD86BC
Tints of London Hue #BD86BC
RGB
CMYK
RGB Variations
Color information
#BD86BC (or 0xBD86BC) is known color: London Hue. HEX triplet: BD, 86 and BC. RGB value is (189,134,188). Sum of RGB (Red+Green+Blue) = 189+134+188=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86BC is #427943. Grayscale: #9C9C9C. Windows color (decimal): -4356420 or 12355261. OLE color: 12355261.
HSL color Cylindrical-coordinate representation of color #BD86BC: hue angle of 301.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD86BC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 188 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.26 |
| HSL | 301.09º | 0.29% | 0.63% | - |
| HSV(B) | 301.09º | 0.29% | 0.74% | - |
| XYZ | 38.59 | 31.5 | 51.62 | - |
| YUV | 156.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 188 | 0 | 0.29 | 0.01 | 0.26 | 301.09 | 0.29 | 0.63 |
| Hex | BD | 86 | BC | 0 | 1D | 1 | 1A | 12D | 1D | 3F |
| Octal | 275 | 206 | 274 | 0 | 35 | 1 | 32 | 455 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10111100 | 0 | 11101 | 1 | 11010 | 100101101 | 11101 | 111111 |
Color Harmonies of #BD86BC
Complementary color
Monochromatic Colors of #BD86BC
Black with #BD86BC
Text Example
Text Example
White with #BD86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86BC; }
p { color: rgb(189,134,188); }
H1.HeaderClassName
{
color: #BD86BC;
}
.AnyTagClassName
{
color: #BD86BC;
}
</style>
background-color css
<style>
a { background-color: #BD86BC; }
a { background-color: rgb(189,134,188); }
div.DivClassName
{
background-color: #BD86BC;
}
.BgClassName
{
background-color: #BD86BC;
}
</style>
border-color css
<style>
span { border-color: #BD86BC; }
span { border-color: rgb(189,134,188); }
td.TdClassName
{
border-color: #BD86BC;
}
.TagClassName
{
border-color: #BD86BC;
}
</style>