Shades of London Hue #BD86B5
Tints of London Hue #BD86B5
RGB
CMYK
RGB Variations
Color information
#BD86B5 (or 0xBD86B5) is known color: London Hue. HEX triplet: BD, 86 and B5. RGB value is (189,134,181). Sum of RGB (Red+Green+Blue) = 189+134+181=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86B5 is #42794A. Grayscale: #9B9B9B. Windows color (decimal): -4356427 or 11896509. OLE color: 11896509.
HSL color Cylindrical-coordinate representation of color #BD86B5: hue angle of 308.73º 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 #BD86B5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 181 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.26 |
| HSL | 308.73º | 0.29% | 0.63% | - |
| HSV(B) | 308.73º | 0.29% | 0.74% | - |
| XYZ | 37.85 | 31.21 | 47.74 | - |
| YUV | 155.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 181 | 0 | 0.29 | 0.04 | 0.26 | 308.73 | 0.29 | 0.63 |
| Hex | BD | 86 | B5 | 0 | 1D | 4 | 1A | 135 | 1D | 3F |
| Octal | 275 | 206 | 265 | 0 | 35 | 4 | 32 | 465 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10110101 | 0 | 11101 | 100 | 11010 | 100110101 | 11101 | 111111 |
Color Harmonies of #BD86B5
Complementary color
Monochromatic Colors of #BD86B5
Black with #BD86B5
Text Example
Text Example
White with #BD86B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86B5; }
p { color: rgb(189,134,181); }
H1.HeaderClassName
{
color: #BD86B5;
}
.AnyTagClassName
{
color: #BD86B5;
}
</style>
background-color css
<style>
a { background-color: #BD86B5; }
a { background-color: rgb(189,134,181); }
div.DivClassName
{
background-color: #BD86B5;
}
.BgClassName
{
background-color: #BD86B5;
}
</style>
border-color css
<style>
span { border-color: #BD86B5; }
span { border-color: rgb(189,134,181); }
td.TdClassName
{
border-color: #BD86B5;
}
.TagClassName
{
border-color: #BD86B5;
}
</style>