Shades of London Hue #BF81BD
Tints of London Hue #BF81BD
RGB
CMYK
RGB Variations
Color information
#BF81BD (or 0xBF81BD) is known color: London Hue. HEX triplet: BF, 81 and BD. RGB value is (191,129,189). Sum of RGB (Red+Green+Blue) = 191+129+189=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BD is #407E42. Grayscale: #9A9A9A. Windows color (decimal): -4226627 or 12419519. OLE color: 12419519.
HSL color Cylindrical-coordinate representation of color #BF81BD: hue angle of 301.94º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF81BD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 189 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.25 |
| HSL | 301.94º | 0.33% | 0.63% | - |
| HSV(B) | 301.94º | 0.32% | 0.75% | - |
| XYZ | 38.52 | 30.45 | 51.99 | - |
| YUV | 154.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 189 | 0 | 0.32 | 0.01 | 0.25 | 301.94 | 0.33 | 0.63 |
| Hex | BF | 81 | BD | 0 | 20 | 1 | 19 | 12E | 21 | 3F |
| Octal | 277 | 201 | 275 | 0 | 40 | 1 | 31 | 456 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10111101 | 0 | 100000 | 1 | 11001 | 100101110 | 100001 | 111111 |
Color Harmonies of #BF81BD
Complementary color
Monochromatic Colors of #BF81BD
Black with #BF81BD
Text Example
Text Example
White with #BF81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81BD; }
p { color: rgb(191,129,189); }
H1.HeaderClassName
{
color: #BF81BD;
}
.AnyTagClassName
{
color: #BF81BD;
}
</style>
background-color css
<style>
a { background-color: #BF81BD; }
a { background-color: rgb(191,129,189); }
div.DivClassName
{
background-color: #BF81BD;
}
.BgClassName
{
background-color: #BF81BD;
}
</style>
border-color css
<style>
span { border-color: #BF81BD; }
span { border-color: rgb(191,129,189); }
td.TdClassName
{
border-color: #BF81BD;
}
.TagClassName
{
border-color: #BF81BD;
}
</style>