Shades of London Hue #BF80B2
Tints of London Hue #BF80B2
RGB
CMYK
RGB Variations
Color information
#BF80B2 (or 0xBF80B2) is known color: London Hue. HEX triplet: BF, 80 and B2. RGB value is (191,128,178). Sum of RGB (Red+Green+Blue) = 191+128+178=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80B2 is #407F4D. Grayscale: #989898. Windows color (decimal): -4226894 or 11698367. OLE color: 11698367.
HSL color Cylindrical-coordinate representation of color #BF80B2: hue angle of 312.38º 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 #BF80B2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 178 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.25 |
| HSL | 312.38º | 0.33% | 0.63% | - |
| HSV(B) | 312.38º | 0.33% | 0.75% | - |
| XYZ | 37.24 | 29.73 | 45.89 | - |
| YUV | 152.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 178 | 0 | 0.33 | 0.07 | 0.25 | 312.38 | 0.33 | 0.63 |
| Hex | BF | 80 | B2 | 0 | 21 | 7 | 19 | 138 | 21 | 3F |
| Octal | 277 | 200 | 262 | 0 | 41 | 7 | 31 | 470 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10110010 | 0 | 100001 | 111 | 11001 | 100111000 | 100001 | 111111 |
Color Harmonies of #BF80B2
Complementary color
Monochromatic Colors of #BF80B2
Black with #BF80B2
Text Example
Text Example
White with #BF80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80B2; }
p { color: rgb(191,128,178); }
H1.HeaderClassName
{
color: #BF80B2;
}
.AnyTagClassName
{
color: #BF80B2;
}
</style>
background-color css
<style>
a { background-color: #BF80B2; }
a { background-color: rgb(191,128,178); }
div.DivClassName
{
background-color: #BF80B2;
}
.BgClassName
{
background-color: #BF80B2;
}
</style>
border-color css
<style>
span { border-color: #BF80B2; }
span { border-color: rgb(191,128,178); }
td.TdClassName
{
border-color: #BF80B2;
}
.TagClassName
{
border-color: #BF80B2;
}
</style>