Shades of London Hue #BF82BC
Tints of London Hue #BF82BC
RGB
CMYK
RGB Variations
Color information
#BF82BC (or 0xBF82BC) is known color: London Hue. HEX triplet: BF, 82 and BC. RGB value is (191,130,188). Sum of RGB (Red+Green+Blue) = 191+130+188=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82BC is #407D43. Grayscale: #9A9A9A. Windows color (decimal): -4226372 or 12354239. OLE color: 12354239.
HSL color Cylindrical-coordinate representation of color #BF82BC: hue angle of 302.95º degrees, saturation: 0.32, 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 #BF82BC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 188 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.25 |
| HSL | 302.95º | 0.32% | 0.63% | - |
| HSV(B) | 302.95º | 0.32% | 0.75% | - |
| XYZ | 38.55 | 30.67 | 51.47 | - |
| YUV | 154.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 188 | 0 | 0.32 | 0.02 | 0.25 | 302.95 | 0.32 | 0.63 |
| Hex | BF | 82 | BC | 0 | 20 | 2 | 19 | 12F | 20 | 3F |
| Octal | 277 | 202 | 274 | 0 | 40 | 2 | 31 | 457 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10111100 | 0 | 100000 | 10 | 11001 | 100101111 | 100000 | 111111 |
Color Harmonies of #BF82BC
Complementary color
Monochromatic Colors of #BF82BC
Black with #BF82BC
Text Example
Text Example
White with #BF82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF82BC; }
p { color: rgb(191,130,188); }
H1.HeaderClassName
{
color: #BF82BC;
}
.AnyTagClassName
{
color: #BF82BC;
}
</style>
background-color css
<style>
a { background-color: #BF82BC; }
a { background-color: rgb(191,130,188); }
div.DivClassName
{
background-color: #BF82BC;
}
.BgClassName
{
background-color: #BF82BC;
}
</style>
border-color css
<style>
span { border-color: #BF82BC; }
span { border-color: rgb(191,130,188); }
td.TdClassName
{
border-color: #BF82BC;
}
.TagClassName
{
border-color: #BF82BC;
}
</style>