Shades of London Hue #BF78B3
Tints of London Hue #BF78B3
RGB
CMYK
RGB Variations
Color information
#BF78B3 (or 0xBF78B3) is known color: London Hue. HEX triplet: BF, 78 and B3. RGB value is (191,120,179). Sum of RGB (Red+Green+Blue) = 191+120+179=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78B3 is #40874C. Grayscale: #939393. Windows color (decimal): -4228941 or 11761855. OLE color: 11761855.
HSL color Cylindrical-coordinate representation of color #BF78B3: hue angle of 310.14º 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 #BF78B3 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 179 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.25 |
| HSL | 310.14º | 0.36% | 0.61% | - |
| HSV(B) | 310.14º | 0.37% | 0.75% | - |
| XYZ | 36.34 | 27.76 | 46.09 | - |
| YUV | 147.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 179 | 0 | 0.37 | 0.06 | 0.25 | 310.14 | 0.36 | 0.61 |
| Hex | BF | 78 | B3 | 0 | 25 | 6 | 19 | 136 | 24 | 3D |
| Octal | 277 | 170 | 263 | 0 | 45 | 6 | 31 | 466 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10110011 | 0 | 100101 | 110 | 11001 | 100110110 | 100100 | 111101 |
Color Harmonies of #BF78B3
Complementary color
Monochromatic Colors of #BF78B3
Black with #BF78B3
Text Example
Text Example
White with #BF78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78B3; }
p { color: rgb(191,120,179); }
H1.HeaderClassName
{
color: #BF78B3;
}
.AnyTagClassName
{
color: #BF78B3;
}
</style>
background-color css
<style>
a { background-color: #BF78B3; }
a { background-color: rgb(191,120,179); }
div.DivClassName
{
background-color: #BF78B3;
}
.BgClassName
{
background-color: #BF78B3;
}
</style>
border-color css
<style>
span { border-color: #BF78B3; }
span { border-color: rgb(191,120,179); }
td.TdClassName
{
border-color: #BF78B3;
}
.TagClassName
{
border-color: #BF78B3;
}
</style>