Shades of London Hue #BF78B4
Tints of London Hue #BF78B4
RGB
CMYK
RGB Variations
Color information
#BF78B4 (or 0xBF78B4) is known color: London Hue. HEX triplet: BF, 78 and B4. RGB value is (191,120,180). Sum of RGB (Red+Green+Blue) = 191+120+180=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78B4 is #40874B. Grayscale: #939393. Windows color (decimal): -4228940 or 11827391. OLE color: 11827391.
HSL color Cylindrical-coordinate representation of color #BF78B4: hue angle of 309.3º 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 #BF78B4 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 180 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.25 |
| HSL | 309.3º | 0.36% | 0.61% | - |
| HSV(B) | 309.3º | 0.37% | 0.75% | - |
| XYZ | 36.44 | 27.8 | 46.63 | - |
| YUV | 148.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 180 | 0 | 0.37 | 0.06 | 0.25 | 309.3 | 0.36 | 0.61 |
| Hex | BF | 78 | B4 | 0 | 25 | 6 | 19 | 135 | 24 | 3D |
| Octal | 277 | 170 | 264 | 0 | 45 | 6 | 31 | 465 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10110100 | 0 | 100101 | 110 | 11001 | 100110101 | 100100 | 111101 |
Color Harmonies of #BF78B4
Complementary color
Monochromatic Colors of #BF78B4
Black with #BF78B4
Text Example
Text Example
White with #BF78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78B4; }
p { color: rgb(191,120,180); }
H1.HeaderClassName
{
color: #BF78B4;
}
.AnyTagClassName
{
color: #BF78B4;
}
</style>
background-color css
<style>
a { background-color: #BF78B4; }
a { background-color: rgb(191,120,180); }
div.DivClassName
{
background-color: #BF78B4;
}
.BgClassName
{
background-color: #BF78B4;
}
</style>
border-color css
<style>
span { border-color: #BF78B4; }
span { border-color: rgb(191,120,180); }
td.TdClassName
{
border-color: #BF78B4;
}
.TagClassName
{
border-color: #BF78B4;
}
</style>