Shades of London Hue #BF7EBC
Tints of London Hue #BF7EBC
RGB
CMYK
RGB Variations
Color information
#BF7EBC (or 0xBF7EBC) is known color: London Hue. HEX triplet: BF, 7E and BC. RGB value is (191,126,188). Sum of RGB (Red+Green+Blue) = 191+126+188=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBC is #408143. Grayscale: #989898. Windows color (decimal): -4227396 or 12353215. OLE color: 12353215.
HSL color Cylindrical-coordinate representation of color #BF7EBC: hue angle of 302.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7EBC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 188 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.25 |
| HSL | 302.77º | 0.34% | 0.62% | - |
| HSV(B) | 302.77º | 0.34% | 0.75% | - |
| XYZ | 38.02 | 29.63 | 51.29 | - |
| YUV | 152.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 188 | 0 | 0.34 | 0.02 | 0.25 | 302.77 | 0.34 | 0.62 |
| Hex | BF | 7E | BC | 0 | 22 | 2 | 19 | 12F | 22 | 3E |
| Octal | 277 | 176 | 274 | 0 | 42 | 2 | 31 | 457 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10111100 | 0 | 100010 | 10 | 11001 | 100101111 | 100010 | 111110 |
Color Harmonies of #BF7EBC
Complementary color
Monochromatic Colors of #BF7EBC
Black with #BF7EBC
Text Example
Text Example
White with #BF7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7EBC; }
p { color: rgb(191,126,188); }
H1.HeaderClassName
{
color: #BF7EBC;
}
.AnyTagClassName
{
color: #BF7EBC;
}
</style>
background-color css
<style>
a { background-color: #BF7EBC; }
a { background-color: rgb(191,126,188); }
div.DivClassName
{
background-color: #BF7EBC;
}
.BgClassName
{
background-color: #BF7EBC;
}
</style>
border-color css
<style>
span { border-color: #BF7EBC; }
span { border-color: rgb(191,126,188); }
td.TdClassName
{
border-color: #BF7EBC;
}
.TagClassName
{
border-color: #BF7EBC;
}
</style>