Shades of London Hue #BF7DB1
Tints of London Hue #BF7DB1
RGB
CMYK
RGB Variations
Color information
#BF7DB1 (or 0xBF7DB1) is known color: London Hue. HEX triplet: BF, 7D and B1. RGB value is (191,125,177). Sum of RGB (Red+Green+Blue) = 191+125+177=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7DB1 is #40824E. Grayscale: #969696. Windows color (decimal): -4227663 or 11632063. OLE color: 11632063.
HSL color Cylindrical-coordinate representation of color #BF7DB1: hue angle of 312.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7DB1 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 177 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.25 |
| HSL | 312.73º | 0.34% | 0.62% | - |
| HSV(B) | 312.73º | 0.35% | 0.75% | - |
| XYZ | 36.76 | 28.92 | 45.24 | - |
| YUV | 150.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 177 | 0 | 0.35 | 0.07 | 0.25 | 312.73 | 0.34 | 0.62 |
| Hex | BF | 7D | B1 | 0 | 23 | 7 | 19 | 139 | 22 | 3E |
| Octal | 277 | 175 | 261 | 0 | 43 | 7 | 31 | 471 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10110001 | 0 | 100011 | 111 | 11001 | 100111001 | 100010 | 111110 |
Color Harmonies of #BF7DB1
Complementary color
Monochromatic Colors of #BF7DB1
Black with #BF7DB1
Text Example
Text Example
White with #BF7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB1; }
p { color: rgb(191,125,177); }
H1.HeaderClassName
{
color: #BF7DB1;
}
.AnyTagClassName
{
color: #BF7DB1;
}
</style>
background-color css
<style>
a { background-color: #BF7DB1; }
a { background-color: rgb(191,125,177); }
div.DivClassName
{
background-color: #BF7DB1;
}
.BgClassName
{
background-color: #BF7DB1;
}
</style>
border-color css
<style>
span { border-color: #BF7DB1; }
span { border-color: rgb(191,125,177); }
td.TdClassName
{
border-color: #BF7DB1;
}
.TagClassName
{
border-color: #BF7DB1;
}
</style>