Shades of London Hue #BF77B4
Tints of London Hue #BF77B4
RGB
CMYK
RGB Variations
Color information
#BF77B4 (or 0xBF77B4) is known color: London Hue. HEX triplet: BF, 77 and B4. RGB value is (191,119,180). Sum of RGB (Red+Green+Blue) = 191+119+180=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77B4 is #40884B. Grayscale: #939393. Windows color (decimal): -4229196 or 11827135. OLE color: 11827135.
HSL color Cylindrical-coordinate representation of color #BF77B4: hue angle of 309.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77B4 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 180 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.25 |
| HSL | 309.17º | 0.36% | 0.61% | - |
| HSV(B) | 309.17º | 0.38% | 0.75% | - |
| XYZ | 36.32 | 27.57 | 46.59 | - |
| YUV | 147.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 180 | 0 | 0.38 | 0.06 | 0.25 | 309.17 | 0.36 | 0.61 |
| Hex | BF | 77 | B4 | 0 | 26 | 6 | 19 | 135 | 24 | 3D |
| Octal | 277 | 167 | 264 | 0 | 46 | 6 | 31 | 465 | 44 | 75 |
| Binary | 10111111 | 1110111 | 10110100 | 0 | 100110 | 110 | 11001 | 100110101 | 100100 | 111101 |
Color Harmonies of #BF77B4
Complementary color
Monochromatic Colors of #BF77B4
Black with #BF77B4
Text Example
Text Example
White with #BF77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77B4; }
p { color: rgb(191,119,180); }
H1.HeaderClassName
{
color: #BF77B4;
}
.AnyTagClassName
{
color: #BF77B4;
}
</style>
background-color css
<style>
a { background-color: #BF77B4; }
a { background-color: rgb(191,119,180); }
div.DivClassName
{
background-color: #BF77B4;
}
.BgClassName
{
background-color: #BF77B4;
}
</style>
border-color css
<style>
span { border-color: #BF77B4; }
span { border-color: rgb(191,119,180); }
td.TdClassName
{
border-color: #BF77B4;
}
.TagClassName
{
border-color: #BF77B4;
}
</style>