Shades of London Hue #BD85BC
Tints of London Hue #BD85BC
RGB
CMYK
RGB Variations
Color information
#BD85BC (or 0xBD85BC) is known color: London Hue. HEX triplet: BD, 85 and BC. RGB value is (189,133,188). Sum of RGB (Red+Green+Blue) = 189+133+188=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85BC is #427A43. Grayscale: #9B9B9B. Windows color (decimal): -4356676 or 12355005. OLE color: 12355005.
HSL color Cylindrical-coordinate representation of color #BD85BC: hue angle of 301.07º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD85BC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 188 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.26 |
| HSL | 301.07º | 0.3% | 0.63% | - |
| HSV(B) | 301.07º | 0.3% | 0.74% | - |
| XYZ | 38.45 | 31.22 | 51.58 | - |
| YUV | 156.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 188 | 0 | 0.30 | 0.01 | 0.26 | 301.07 | 0.3 | 0.63 |
| Hex | BD | 85 | BC | 0 | 1E | 1 | 1A | 12D | 1E | 3F |
| Octal | 275 | 205 | 274 | 0 | 36 | 1 | 32 | 455 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10111100 | 0 | 11110 | 1 | 11010 | 100101101 | 11110 | 111111 |
Color Harmonies of #BD85BC
Complementary color
Monochromatic Colors of #BD85BC
Black with #BD85BC
Text Example
Text Example
White with #BD85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85BC; }
p { color: rgb(189,133,188); }
H1.HeaderClassName
{
color: #BD85BC;
}
.AnyTagClassName
{
color: #BD85BC;
}
</style>
background-color css
<style>
a { background-color: #BD85BC; }
a { background-color: rgb(189,133,188); }
div.DivClassName
{
background-color: #BD85BC;
}
.BgClassName
{
background-color: #BD85BC;
}
</style>
border-color css
<style>
span { border-color: #BD85BC; }
span { border-color: rgb(189,133,188); }
td.TdClassName
{
border-color: #BD85BC;
}
.TagClassName
{
border-color: #BD85BC;
}
</style>