Shades of London Hue #BF78B0
Tints of London Hue #BF78B0
RGB
CMYK
RGB Variations
Color information
#BF78B0 (or 0xBF78B0) is known color: London Hue. HEX triplet: BF, 78 and B0. RGB value is (191,120,176). Sum of RGB (Red+Green+Blue) = 191+120+176=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78B0 is #40874F. Grayscale: #939393. Windows color (decimal): -4228944 or 11565247. OLE color: 11565247.
HSL color Cylindrical-coordinate representation of color #BF78B0: hue angle of 312.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78B0 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 176 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.25 |
| HSL | 312.68º | 0.36% | 0.61% | - |
| HSV(B) | 312.68º | 0.37% | 0.75% | - |
| XYZ | 36.04 | 27.64 | 44.51 | - |
| YUV | 147.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 176 | 0 | 0.37 | 0.08 | 0.25 | 312.68 | 0.36 | 0.61 |
| Hex | BF | 78 | B0 | 0 | 25 | 8 | 19 | 139 | 24 | 3D |
| Octal | 277 | 170 | 260 | 0 | 45 | 10 | 31 | 471 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10110000 | 0 | 100101 | 1000 | 11001 | 100111001 | 100100 | 111101 |
Color Harmonies of #BF78B0
Complementary color
Monochromatic Colors of #BF78B0
Black with #BF78B0
Text Example
Text Example
White with #BF78B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78B0; }
p { color: rgb(191,120,176); }
H1.HeaderClassName
{
color: #BF78B0;
}
.AnyTagClassName
{
color: #BF78B0;
}
</style>
background-color css
<style>
a { background-color: #BF78B0; }
a { background-color: rgb(191,120,176); }
div.DivClassName
{
background-color: #BF78B0;
}
.BgClassName
{
background-color: #BF78B0;
}
</style>
border-color css
<style>
span { border-color: #BF78B0; }
span { border-color: rgb(191,120,176); }
td.TdClassName
{
border-color: #BF78B0;
}
.TagClassName
{
border-color: #BF78B0;
}
</style>