Shades of London Hue #BF87B3
Tints of London Hue #BF87B3
RGB
CMYK
RGB Variations
Color information
#BF87B3 (or 0xBF87B3) is known color: London Hue. HEX triplet: BF, 87 and B3. RGB value is (191,135,179). Sum of RGB (Red+Green+Blue) = 191+135+179=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87B3 is #40784C. Grayscale: #9C9C9C. Windows color (decimal): -4225101 or 11765695. OLE color: 11765695.
HSL color Cylindrical-coordinate representation of color #BF87B3: hue angle of 312.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87B3 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 179 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.25 |
| HSL | 312.86º | 0.3% | 0.64% | - |
| HSV(B) | 312.86º | 0.29% | 0.75% | - |
| XYZ | 38.29 | 31.66 | 46.74 | - |
| YUV | 156.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 179 | 0 | 0.29 | 0.06 | 0.25 | 312.86 | 0.3 | 0.64 |
| Hex | BF | 87 | B3 | 0 | 1D | 6 | 19 | 139 | 1E | 40 |
| Octal | 277 | 207 | 263 | 0 | 35 | 6 | 31 | 471 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10110011 | 0 | 11101 | 110 | 11001 | 100111001 | 11110 | 1000000 |
Color Harmonies of #BF87B3
Complementary color
Monochromatic Colors of #BF87B3
Black with #BF87B3
Text Example
Text Example
White with #BF87B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87B3; }
p { color: rgb(191,135,179); }
H1.HeaderClassName
{
color: #BF87B3;
}
.AnyTagClassName
{
color: #BF87B3;
}
</style>
background-color css
<style>
a { background-color: #BF87B3; }
a { background-color: rgb(191,135,179); }
div.DivClassName
{
background-color: #BF87B3;
}
.BgClassName
{
background-color: #BF87B3;
}
</style>
border-color css
<style>
span { border-color: #BF87B3; }
span { border-color: rgb(191,135,179); }
td.TdClassName
{
border-color: #BF87B3;
}
.TagClassName
{
border-color: #BF87B3;
}
</style>