Shades of London Hue #BF85B0
Tints of London Hue #BF85B0
RGB
CMYK
RGB Variations
Color information
#BF85B0 (or 0xBF85B0) is known color: London Hue. HEX triplet: BF, 85 and B0. RGB value is (191,133,176). Sum of RGB (Red+Green+Blue) = 191+133+176=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85B0 is #407A4F. Grayscale: #9B9B9B. Windows color (decimal): -4225616 or 11568575. OLE color: 11568575.
HSL color Cylindrical-coordinate representation of color #BF85B0: hue angle of 315.52º 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 #BF85B0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 176 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.25 |
| HSL | 315.52º | 0.31% | 0.64% | - |
| HSV(B) | 315.52º | 0.3% | 0.75% | - |
| XYZ | 37.71 | 30.99 | 45.07 | - |
| YUV | 155.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 176 | 0 | 0.30 | 0.08 | 0.25 | 315.52 | 0.31 | 0.64 |
| Hex | BF | 85 | B0 | 0 | 1E | 8 | 19 | 13C | 1F | 40 |
| Octal | 277 | 205 | 260 | 0 | 36 | 10 | 31 | 474 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10110000 | 0 | 11110 | 1000 | 11001 | 100111100 | 11111 | 1000000 |
Color Harmonies of #BF85B0
Complementary color
Monochromatic Colors of #BF85B0
Black with #BF85B0
Text Example
Text Example
White with #BF85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85B0; }
p { color: rgb(191,133,176); }
H1.HeaderClassName
{
color: #BF85B0;
}
.AnyTagClassName
{
color: #BF85B0;
}
</style>
background-color css
<style>
a { background-color: #BF85B0; }
a { background-color: rgb(191,133,176); }
div.DivClassName
{
background-color: #BF85B0;
}
.BgClassName
{
background-color: #BF85B0;
}
</style>
border-color css
<style>
span { border-color: #BF85B0; }
span { border-color: rgb(191,133,176); }
td.TdClassName
{
border-color: #BF85B0;
}
.TagClassName
{
border-color: #BF85B0;
}
</style>