Shades of London Hue #BF7DB6
Tints of London Hue #BF7DB6
RGB
CMYK
RGB Variations
Color information
#BF7DB6 (or 0xBF7DB6) is known color: London Hue. HEX triplet: BF, 7D and B6. RGB value is (191,125,182). Sum of RGB (Red+Green+Blue) = 191+125+182=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DB6 is #408249. Grayscale: #979797. Windows color (decimal): -4227658 or 11959743. OLE color: 11959743.
HSL color Cylindrical-coordinate representation of color #BF7DB6: hue angle of 308.18º 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 #BF7DB6 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 182 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.25 |
| HSL | 308.18º | 0.34% | 0.62% | - |
| HSV(B) | 308.18º | 0.35% | 0.75% | - |
| XYZ | 37.26 | 29.12 | 47.91 | - |
| YUV | 151.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 182 | 0 | 0.35 | 0.05 | 0.25 | 308.18 | 0.34 | 0.62 |
| Hex | BF | 7D | B6 | 0 | 23 | 5 | 19 | 134 | 22 | 3E |
| Octal | 277 | 175 | 266 | 0 | 43 | 5 | 31 | 464 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10110110 | 0 | 100011 | 101 | 11001 | 100110100 | 100010 | 111110 |
Color Harmonies of #BF7DB6
Complementary color
Monochromatic Colors of #BF7DB6
Black with #BF7DB6
Text Example
Text Example
White with #BF7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB6; }
p { color: rgb(191,125,182); }
H1.HeaderClassName
{
color: #BF7DB6;
}
.AnyTagClassName
{
color: #BF7DB6;
}
</style>
background-color css
<style>
a { background-color: #BF7DB6; }
a { background-color: rgb(191,125,182); }
div.DivClassName
{
background-color: #BF7DB6;
}
.BgClassName
{
background-color: #BF7DB6;
}
</style>
border-color css
<style>
span { border-color: #BF7DB6; }
span { border-color: rgb(191,125,182); }
td.TdClassName
{
border-color: #BF7DB6;
}
.TagClassName
{
border-color: #BF7DB6;
}
</style>