Shades of London Hue #BF7EBA
Tints of London Hue #BF7EBA
RGB
CMYK
RGB Variations
Color information
#BF7EBA (or 0xBF7EBA) is known color: London Hue. HEX triplet: BF, 7E and BA. RGB value is (191,126,186). Sum of RGB (Red+Green+Blue) = 191+126+186=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBA is #408145. Grayscale: #989898. Windows color (decimal): -4227398 or 12222143. OLE color: 12222143.
HSL color Cylindrical-coordinate representation of color #BF7EBA: hue angle of 304.62º 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 #BF7EBA is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 186 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.25 |
| HSL | 304.62º | 0.34% | 0.62% | - |
| HSV(B) | 304.62º | 0.34% | 0.75% | - |
| XYZ | 37.81 | 29.54 | 50.16 | - |
| YUV | 152.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 186 | 0 | 0.34 | 0.03 | 0.25 | 304.62 | 0.34 | 0.62 |
| Hex | BF | 7E | BA | 0 | 22 | 3 | 19 | 131 | 22 | 3E |
| Octal | 277 | 176 | 272 | 0 | 42 | 3 | 31 | 461 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10111010 | 0 | 100010 | 11 | 11001 | 100110001 | 100010 | 111110 |
Color Harmonies of #BF7EBA
Complementary color
Monochromatic Colors of #BF7EBA
Black with #BF7EBA
Text Example
Text Example
White with #BF7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7EBA; }
p { color: rgb(191,126,186); }
H1.HeaderClassName
{
color: #BF7EBA;
}
.AnyTagClassName
{
color: #BF7EBA;
}
</style>
background-color css
<style>
a { background-color: #BF7EBA; }
a { background-color: rgb(191,126,186); }
div.DivClassName
{
background-color: #BF7EBA;
}
.BgClassName
{
background-color: #BF7EBA;
}
</style>
border-color css
<style>
span { border-color: #BF7EBA; }
span { border-color: rgb(191,126,186); }
td.TdClassName
{
border-color: #BF7EBA;
}
.TagClassName
{
border-color: #BF7EBA;
}
</style>