Shades of London Hue #BF80BD
Tints of London Hue #BF80BD
RGB
CMYK
RGB Variations
Color information
#BF80BD (or 0xBF80BD) is known color: London Hue. HEX triplet: BF, 80 and BD. RGB value is (191,128,189). Sum of RGB (Red+Green+Blue) = 191+128+189=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BD is #407F42. Grayscale: #999999. Windows color (decimal): -4226883 or 12419263. OLE color: 12419263.
HSL color Cylindrical-coordinate representation of color #BF80BD: hue angle of 301.9º 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 #BF80BD is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 189 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.25 |
| HSL | 301.9º | 0.33% | 0.63% | - |
| HSV(B) | 301.9º | 0.33% | 0.75% | - |
| XYZ | 38.39 | 30.19 | 51.95 | - |
| YUV | 153.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 189 | 0 | 0.33 | 0.01 | 0.25 | 301.9 | 0.33 | 0.63 |
| Hex | BF | 80 | BD | 0 | 21 | 1 | 19 | 12E | 21 | 3F |
| Octal | 277 | 200 | 275 | 0 | 41 | 1 | 31 | 456 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10111101 | 0 | 100001 | 1 | 11001 | 100101110 | 100001 | 111111 |
Color Harmonies of #BF80BD
Complementary color
Monochromatic Colors of #BF80BD
Black with #BF80BD
Text Example
Text Example
White with #BF80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80BD; }
p { color: rgb(191,128,189); }
H1.HeaderClassName
{
color: #BF80BD;
}
.AnyTagClassName
{
color: #BF80BD;
}
</style>
background-color css
<style>
a { background-color: #BF80BD; }
a { background-color: rgb(191,128,189); }
div.DivClassName
{
background-color: #BF80BD;
}
.BgClassName
{
background-color: #BF80BD;
}
</style>
border-color css
<style>
span { border-color: #BF80BD; }
span { border-color: rgb(191,128,189); }
td.TdClassName
{
border-color: #BF80BD;
}
.TagClassName
{
border-color: #BF80BD;
}
</style>