Shades of London Hue #BF85BC
Tints of London Hue #BF85BC
RGB
CMYK
RGB Variations
Color information
#BF85BC (or 0xBF85BC) is known color: London Hue. HEX triplet: BF, 85 and BC. RGB value is (191,133,188). Sum of RGB (Red+Green+Blue) = 191+133+188=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85BC is #407A43. Grayscale: #9C9C9C. Windows color (decimal): -4225604 or 12355007. OLE color: 12355007.
HSL color Cylindrical-coordinate representation of color #BF85BC: hue angle of 303.1º 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 #BF85BC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 188 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.25 |
| HSL | 303.1º | 0.31% | 0.64% | - |
| HSV(B) | 303.1º | 0.3% | 0.75% | - |
| XYZ | 38.95 | 31.48 | 51.6 | - |
| YUV | 156.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 188 | 0 | 0.30 | 0.02 | 0.25 | 303.1 | 0.31 | 0.64 |
| Hex | BF | 85 | BC | 0 | 1E | 2 | 19 | 12F | 1F | 40 |
| Octal | 277 | 205 | 274 | 0 | 36 | 2 | 31 | 457 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10111100 | 0 | 11110 | 10 | 11001 | 100101111 | 11111 | 1000000 |
Color Harmonies of #BF85BC
Complementary color
Monochromatic Colors of #BF85BC
Black with #BF85BC
Text Example
Text Example
White with #BF85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85BC; }
p { color: rgb(191,133,188); }
H1.HeaderClassName
{
color: #BF85BC;
}
.AnyTagClassName
{
color: #BF85BC;
}
</style>
background-color css
<style>
a { background-color: #BF85BC; }
a { background-color: rgb(191,133,188); }
div.DivClassName
{
background-color: #BF85BC;
}
.BgClassName
{
background-color: #BF85BC;
}
</style>
border-color css
<style>
span { border-color: #BF85BC; }
span { border-color: rgb(191,133,188); }
td.TdClassName
{
border-color: #BF85BC;
}
.TagClassName
{
border-color: #BF85BC;
}
</style>