Shades of London Hue #BF7DB2
Tints of London Hue #BF7DB2
RGB
CMYK
RGB Variations
Color information
#BF7DB2 (or 0xBF7DB2) is known color: London Hue. HEX triplet: BF, 7D and B2. RGB value is (191,125,178). Sum of RGB (Red+Green+Blue) = 191+125+178=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7DB2 is #40824D. Grayscale: #969696. Windows color (decimal): -4227662 or 11697599. OLE color: 11697599.
HSL color Cylindrical-coordinate representation of color #BF7DB2: hue angle of 311.82º 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 #BF7DB2 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 178 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.25 |
| HSL | 311.82º | 0.34% | 0.62% | - |
| HSV(B) | 311.82º | 0.35% | 0.75% | - |
| XYZ | 36.86 | 28.96 | 45.77 | - |
| YUV | 150.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 178 | 0 | 0.35 | 0.07 | 0.25 | 311.82 | 0.34 | 0.62 |
| Hex | BF | 7D | B2 | 0 | 23 | 7 | 19 | 138 | 22 | 3E |
| Octal | 277 | 175 | 262 | 0 | 43 | 7 | 31 | 470 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10110010 | 0 | 100011 | 111 | 11001 | 100111000 | 100010 | 111110 |
Color Harmonies of #BF7DB2
Complementary color
Monochromatic Colors of #BF7DB2
Black with #BF7DB2
Text Example
Text Example
White with #BF7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DB2; }
p { color: rgb(191,125,178); }
H1.HeaderClassName
{
color: #BF7DB2;
}
.AnyTagClassName
{
color: #BF7DB2;
}
</style>
background-color css
<style>
a { background-color: #BF7DB2; }
a { background-color: rgb(191,125,178); }
div.DivClassName
{
background-color: #BF7DB2;
}
.BgClassName
{
background-color: #BF7DB2;
}
</style>
border-color css
<style>
span { border-color: #BF7DB2; }
span { border-color: rgb(191,125,178); }
td.TdClassName
{
border-color: #BF7DB2;
}
.TagClassName
{
border-color: #BF7DB2;
}
</style>