Shades of London Hue #BC7FBA
Tints of London Hue #BC7FBA
RGB
CMYK
RGB Variations
Color information
#BC7FBA (or 0xBC7FBA) is known color: London Hue. HEX triplet: BC, 7F and BA. RGB value is (188,127,186). Sum of RGB (Red+Green+Blue) = 188+127+186=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBA is #438045. Grayscale: #979797. Windows color (decimal): -4423750 or 12222396. OLE color: 12222396.
HSL color Cylindrical-coordinate representation of color #BC7FBA: hue angle of 301.97º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FBA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 186 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.26 |
| HSL | 301.97º | 0.31% | 0.62% | - |
| HSV(B) | 301.97º | 0.32% | 0.74% | - |
| XYZ | 37.19 | 29.42 | 50.17 | - |
| YUV | 151.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 186 | 0 | 0.32 | 0.01 | 0.26 | 301.97 | 0.31 | 0.62 |
| Hex | BC | 7F | BA | 0 | 20 | 1 | 1A | 12E | 1F | 3E |
| Octal | 274 | 177 | 272 | 0 | 40 | 1 | 32 | 456 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10111010 | 0 | 100000 | 1 | 11010 | 100101110 | 11111 | 111110 |
Color Harmonies of #BC7FBA
Complementary color
Monochromatic Colors of #BC7FBA
Black with #BC7FBA
Text Example
Text Example
White with #BC7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FBA; }
p { color: rgb(188,127,186); }
H1.HeaderClassName
{
color: #BC7FBA;
}
.AnyTagClassName
{
color: #BC7FBA;
}
</style>
background-color css
<style>
a { background-color: #BC7FBA; }
a { background-color: rgb(188,127,186); }
div.DivClassName
{
background-color: #BC7FBA;
}
.BgClassName
{
background-color: #BC7FBA;
}
</style>
border-color css
<style>
span { border-color: #BC7FBA; }
span { border-color: rgb(188,127,186); }
td.TdClassName
{
border-color: #BC7FBA;
}
.TagClassName
{
border-color: #BC7FBA;
}
</style>