Shades of London Hue #BD85BF
Tints of London Hue #BD85BF
RGB
CMYK
RGB Variations
Color information
#BD85BF (or 0xBD85BF) is known color: London Hue. HEX triplet: BD, 85 and BF. RGB value is (189,133,191). Sum of RGB (Red+Green+Blue) = 189+133+191=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85BF is #427A40. Grayscale: #9C9C9C. Windows color (decimal): -4356673 or 12551613. OLE color: 12551613.
HSL color Cylindrical-coordinate representation of color #BD85BF: hue angle of 297.93º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD85BF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 133 | 191 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.25 |
| HSL | 297.93º | 0.31% | 0.64% | - |
| HSV(B) | 297.93º | 0.3% | 0.75% | - |
| XYZ | 38.78 | 31.36 | 53.3 | - |
| YUV | 156.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 191 | 0.01 | 0.30 | 0 | 0.25 | 297.93 | 0.31 | 0.64 |
| Hex | BD | 85 | BF | 1 | 1E | 0 | 19 | 12A | 1F | 40 |
| Octal | 275 | 205 | 277 | 1 | 36 | 0 | 31 | 452 | 37 | 100 |
| Binary | 10111101 | 10000101 | 10111111 | 1 | 11110 | 0 | 11001 | 100101010 | 11111 | 1000000 |
Color Harmonies of #BD85BF
Complementary color
Monochromatic Colors of #BD85BF
Black with #BD85BF
Text Example
Text Example
White with #BD85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85BF; }
p { color: rgb(189,133,191); }
H1.HeaderClassName
{
color: #BD85BF;
}
.AnyTagClassName
{
color: #BD85BF;
}
</style>
background-color css
<style>
a { background-color: #BD85BF; }
a { background-color: rgb(189,133,191); }
div.DivClassName
{
background-color: #BD85BF;
}
.BgClassName
{
background-color: #BD85BF;
}
</style>
border-color css
<style>
span { border-color: #BD85BF; }
span { border-color: rgb(189,133,191); }
td.TdClassName
{
border-color: #BD85BF;
}
.TagClassName
{
border-color: #BD85BF;
}
</style>