Shades of London Hue #BF83BD
Tints of London Hue #BF83BD
RGB
CMYK
RGB Variations
Color information
#BF83BD (or 0xBF83BD) is known color: London Hue. HEX triplet: BF, 83 and BD. RGB value is (191,131,189). Sum of RGB (Red+Green+Blue) = 191+131+189=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83BD is #407C42. Grayscale: #9B9B9B. Windows color (decimal): -4226115 or 12420031. OLE color: 12420031.
HSL color Cylindrical-coordinate representation of color #BF83BD: hue angle of 302º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF83BD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 189 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.25 |
| HSL | 302º | 0.32% | 0.63% | - |
| HSV(B) | 302º | 0.31% | 0.75% | - |
| XYZ | 38.79 | 30.98 | 52.08 | - |
| YUV | 155.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 189 | 0 | 0.31 | 0.01 | 0.25 | 302 | 0.32 | 0.63 |
| Hex | BF | 83 | BD | 0 | 1F | 1 | 19 | 12E | 20 | 3F |
| Octal | 277 | 203 | 275 | 0 | 37 | 1 | 31 | 456 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10111101 | 0 | 11111 | 1 | 11001 | 100101110 | 100000 | 111111 |
Color Harmonies of #BF83BD
Complementary color
Monochromatic Colors of #BF83BD
Black with #BF83BD
Text Example
Text Example
White with #BF83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83BD; }
p { color: rgb(191,131,189); }
H1.HeaderClassName
{
color: #BF83BD;
}
.AnyTagClassName
{
color: #BF83BD;
}
</style>
background-color css
<style>
a { background-color: #BF83BD; }
a { background-color: rgb(191,131,189); }
div.DivClassName
{
background-color: #BF83BD;
}
.BgClassName
{
background-color: #BF83BD;
}
</style>
border-color css
<style>
span { border-color: #BF83BD; }
span { border-color: rgb(191,131,189); }
td.TdClassName
{
border-color: #BF83BD;
}
.TagClassName
{
border-color: #BF83BD;
}
</style>