Shades of London Hue #BF83B0
Tints of London Hue #BF83B0
RGB
CMYK
RGB Variations
Color information
#BF83B0 (or 0xBF83B0) is known color: London Hue. HEX triplet: BF, 83 and B0. RGB value is (191,131,176). Sum of RGB (Red+Green+Blue) = 191+131+176=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83B0 is #407C4F. Grayscale: #999999. Windows color (decimal): -4226128 or 11568063. OLE color: 11568063.
HSL color Cylindrical-coordinate representation of color #BF83B0: hue angle of 315º 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 #BF83B0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 176 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.25 |
| HSL | 315º | 0.32% | 0.63% | - |
| HSV(B) | 315º | 0.31% | 0.75% | - |
| XYZ | 37.44 | 30.44 | 44.98 | - |
| YUV | 154.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 176 | 0 | 0.31 | 0.08 | 0.25 | 315 | 0.32 | 0.63 |
| Hex | BF | 83 | B0 | 0 | 1F | 8 | 19 | 13B | 20 | 3F |
| Octal | 277 | 203 | 260 | 0 | 37 | 10 | 31 | 473 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10110000 | 0 | 11111 | 1000 | 11001 | 100111011 | 100000 | 111111 |
Color Harmonies of #BF83B0
Complementary color
Monochromatic Colors of #BF83B0
Black with #BF83B0
Text Example
Text Example
White with #BF83B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83B0; }
p { color: rgb(191,131,176); }
H1.HeaderClassName
{
color: #BF83B0;
}
.AnyTagClassName
{
color: #BF83B0;
}
</style>
background-color css
<style>
a { background-color: #BF83B0; }
a { background-color: rgb(191,131,176); }
div.DivClassName
{
background-color: #BF83B0;
}
.BgClassName
{
background-color: #BF83B0;
}
</style>
border-color css
<style>
span { border-color: #BF83B0; }
span { border-color: rgb(191,131,176); }
td.TdClassName
{
border-color: #BF83B0;
}
.TagClassName
{
border-color: #BF83B0;
}
</style>