Shades of London Hue #BF81BF
Tints of London Hue #BF81BF
RGB
CMYK
RGB Variations
Color information
#BF81BF (or 0xBF81BF) is known color: London Hue. HEX triplet: BF, 81 and BF. RGB value is (191,129,191). Sum of RGB (Red+Green+Blue) = 191+129+191=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BF is #407E40. Grayscale: #9A9A9A. Windows color (decimal): -4226625 or 12550591. OLE color: 12550591.
HSL color Cylindrical-coordinate representation of color #BF81BF: hue angle of 300º 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 #BF81BF is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 191 | - |
| CMYK | 0 | 0.32 | 0 | 0.25 |
| HSL | 300º | 0.33% | 0.63% | - |
| HSV(B) | 300º | 0.32% | 0.75% | - |
| XYZ | 38.74 | 30.54 | 53.14 | - |
| YUV | 154.61 | 148.54 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 191 | 0 | 0.32 | 0 | 0.25 | 300 | 0.33 | 0.63 |
| Hex | BF | 81 | BF | 0 | 20 | 0 | 19 | 12C | 21 | 3F |
| Octal | 277 | 201 | 277 | 0 | 40 | 0 | 31 | 454 | 41 | 77 |
| Binary | 10111111 | 10000001 | 10111111 | 0 | 100000 | 0 | 11001 | 100101100 | 100001 | 111111 |
Color Harmonies of #BF81BF
Complementary color
Monochromatic Colors of #BF81BF
Black with #BF81BF
Text Example
Text Example
White with #BF81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81BF; }
p { color: rgb(191,129,191); }
H1.HeaderClassName
{
color: #BF81BF;
}
.AnyTagClassName
{
color: #BF81BF;
}
</style>
background-color css
<style>
a { background-color: #BF81BF; }
a { background-color: rgb(191,129,191); }
div.DivClassName
{
background-color: #BF81BF;
}
.BgClassName
{
background-color: #BF81BF;
}
</style>
border-color css
<style>
span { border-color: #BF81BF; }
span { border-color: rgb(191,129,191); }
td.TdClassName
{
border-color: #BF81BF;
}
.TagClassName
{
border-color: #BF81BF;
}
</style>