Shades of London Hue #BF7DB5
Tints of London Hue #BF7DB5
RGB
CMYK
RGB Variations
Color information
#BF7DB5 (or 0xBF7DB5) is known color: London Hue. HEX triplet: BF, 7D and B5. RGB value is (191,125,181). Sum of RGB (Red+Green+Blue) = 191+125+181=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DB5 is #40824A. Grayscale: #969696. Windows color (decimal): -4227659 or 11894207. OLE color: 11894207.
HSL color Cylindrical-coordinate representation of color #BF7DB5: hue angle of 309.09º 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 #BF7DB5 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 181 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.25 |
| HSL | 309.09º | 0.34% | 0.62% | - |
| HSV(B) | 309.09º | 0.35% | 0.75% | - |
| XYZ | 37.16 | 29.08 | 47.37 | - |
| YUV | 151.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 181 | 0 | 0.35 | 0.05 | 0.25 | 309.09 | 0.34 | 0.62 |
| Hex | BF | 7D | B5 | 0 | 23 | 5 | 19 | 135 | 22 | 3E |
| Octal | 277 | 175 | 265 | 0 | 43 | 5 | 31 | 465 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10110101 | 0 | 100011 | 101 | 11001 | 100110101 | 100010 | 111110 |
Color Harmonies of #BF7DB5
Complementary color
Monochromatic Colors of #BF7DB5
Black with #BF7DB5
Text Example
Text Example
White with #BF7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB5; }
p { color: rgb(191,125,181); }
H1.HeaderClassName
{
color: #BF7DB5;
}
.AnyTagClassName
{
color: #BF7DB5;
}
</style>
background-color css
<style>
a { background-color: #BF7DB5; }
a { background-color: rgb(191,125,181); }
div.DivClassName
{
background-color: #BF7DB5;
}
.BgClassName
{
background-color: #BF7DB5;
}
</style>
border-color css
<style>
span { border-color: #BF7DB5; }
span { border-color: rgb(191,125,181); }
td.TdClassName
{
border-color: #BF7DB5;
}
.TagClassName
{
border-color: #BF7DB5;
}
</style>