Shades of London Hue #BF87B4
Tints of London Hue #BF87B4
RGB
CMYK
RGB Variations
Color information
#BF87B4 (or 0xBF87B4) is known color: London Hue. HEX triplet: BF, 87 and B4. RGB value is (191,135,180). Sum of RGB (Red+Green+Blue) = 191+135+180=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87B4 is #40784B. Grayscale: #9C9C9C. Windows color (decimal): -4225100 or 11831231. OLE color: 11831231.
HSL color Cylindrical-coordinate representation of color #BF87B4: hue angle of 311.79º 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 #BF87B4 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 180 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.25 |
| HSL | 311.79º | 0.3% | 0.64% | - |
| HSV(B) | 311.79º | 0.29% | 0.75% | - |
| XYZ | 38.39 | 31.7 | 47.28 | - |
| YUV | 156.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 180 | 0 | 0.29 | 0.06 | 0.25 | 311.79 | 0.3 | 0.64 |
| Hex | BF | 87 | B4 | 0 | 1D | 6 | 19 | 138 | 1E | 40 |
| Octal | 277 | 207 | 264 | 0 | 35 | 6 | 31 | 470 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10110100 | 0 | 11101 | 110 | 11001 | 100111000 | 11110 | 1000000 |
Color Harmonies of #BF87B4
Complementary color
Monochromatic Colors of #BF87B4
Black with #BF87B4
Text Example
Text Example
White with #BF87B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87B4; }
p { color: rgb(191,135,180); }
H1.HeaderClassName
{
color: #BF87B4;
}
.AnyTagClassName
{
color: #BF87B4;
}
</style>
background-color css
<style>
a { background-color: #BF87B4; }
a { background-color: rgb(191,135,180); }
div.DivClassName
{
background-color: #BF87B4;
}
.BgClassName
{
background-color: #BF87B4;
}
</style>
border-color css
<style>
span { border-color: #BF87B4; }
span { border-color: rgb(191,135,180); }
td.TdClassName
{
border-color: #BF87B4;
}
.TagClassName
{
border-color: #BF87B4;
}
</style>