Shades of London Hue #BF80B5
Tints of London Hue #BF80B5
RGB
CMYK
RGB Variations
Color information
#BF80B5 (or 0xBF80B5) is known color: London Hue. HEX triplet: BF, 80 and B5. RGB value is (191,128,181). Sum of RGB (Red+Green+Blue) = 191+128+181=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B5 is #407F4A. Grayscale: #989898. Windows color (decimal): -4226891 or 11894975. OLE color: 11894975.
HSL color Cylindrical-coordinate representation of color #BF80B5: hue angle of 309.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80B5 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 181 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.25 |
| HSL | 309.52º | 0.33% | 0.63% | - |
| HSV(B) | 309.52º | 0.33% | 0.75% | - |
| XYZ | 37.55 | 29.85 | 47.5 | - |
| YUV | 152.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 181 | 0 | 0.33 | 0.05 | 0.25 | 309.52 | 0.33 | 0.63 |
| Hex | BF | 80 | B5 | 0 | 21 | 5 | 19 | 136 | 21 | 3F |
| Octal | 277 | 200 | 265 | 0 | 41 | 5 | 31 | 466 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10110101 | 0 | 100001 | 101 | 11001 | 100110110 | 100001 | 111111 |
Color Harmonies of #BF80B5
Complementary color
Monochromatic Colors of #BF80B5
Black with #BF80B5
Text Example
Text Example
White with #BF80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80B5; }
p { color: rgb(191,128,181); }
H1.HeaderClassName
{
color: #BF80B5;
}
.AnyTagClassName
{
color: #BF80B5;
}
</style>
background-color css
<style>
a { background-color: #BF80B5; }
a { background-color: rgb(191,128,181); }
div.DivClassName
{
background-color: #BF80B5;
}
.BgClassName
{
background-color: #BF80B5;
}
</style>
border-color css
<style>
span { border-color: #BF80B5; }
span { border-color: rgb(191,128,181); }
td.TdClassName
{
border-color: #BF80B5;
}
.TagClassName
{
border-color: #BF80B5;
}
</style>