Shades of London Hue #BF80B3
Tints of London Hue #BF80B3
RGB
CMYK
RGB Variations
Color information
#BF80B3 (or 0xBF80B3) is known color: London Hue. HEX triplet: BF, 80 and B3. RGB value is (191,128,179). Sum of RGB (Red+Green+Blue) = 191+128+179=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B3 is #407F4C. Grayscale: #989898. Windows color (decimal): -4226893 or 11763903. OLE color: 11763903.
HSL color Cylindrical-coordinate representation of color #BF80B3: hue angle of 311.43º 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 #BF80B3 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 179 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.25 |
| HSL | 311.43º | 0.33% | 0.63% | - |
| HSV(B) | 311.43º | 0.33% | 0.75% | - |
| XYZ | 37.34 | 29.77 | 46.43 | - |
| YUV | 152.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 179 | 0 | 0.33 | 0.06 | 0.25 | 311.43 | 0.33 | 0.63 |
| Hex | BF | 80 | B3 | 0 | 21 | 6 | 19 | 137 | 21 | 3F |
| Octal | 277 | 200 | 263 | 0 | 41 | 6 | 31 | 467 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10110011 | 0 | 100001 | 110 | 11001 | 100110111 | 100001 | 111111 |
Color Harmonies of #BF80B3
Complementary color
Monochromatic Colors of #BF80B3
Black with #BF80B3
Text Example
Text Example
White with #BF80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80B3; }
p { color: rgb(191,128,179); }
H1.HeaderClassName
{
color: #BF80B3;
}
.AnyTagClassName
{
color: #BF80B3;
}
</style>
background-color css
<style>
a { background-color: #BF80B3; }
a { background-color: rgb(191,128,179); }
div.DivClassName
{
background-color: #BF80B3;
}
.BgClassName
{
background-color: #BF80B3;
}
</style>
border-color css
<style>
span { border-color: #BF80B3; }
span { border-color: rgb(191,128,179); }
td.TdClassName
{
border-color: #BF80B3;
}
.TagClassName
{
border-color: #BF80B3;
}
</style>