Shades of London Hue #BC7CBA
Tints of London Hue #BC7CBA
RGB
CMYK
RGB Variations
Color information
#BC7CBA (or 0xBC7CBA) is known color: London Hue. HEX triplet: BC, 7C and BA. RGB value is (188,124,186). Sum of RGB (Red+Green+Blue) = 188+124+186=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CBA is #438345. Grayscale: #969696. Windows color (decimal): -4424518 or 12221628. OLE color: 12221628.
HSL color Cylindrical-coordinate representation of color #BC7CBA: hue angle of 301.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7CBA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 186 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.26 |
| HSL | 301.88º | 0.32% | 0.61% | - |
| HSV(B) | 301.88º | 0.34% | 0.74% | - |
| XYZ | 36.81 | 28.65 | 50.04 | - |
| YUV | 150.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 186 | 0 | 0.34 | 0.01 | 0.26 | 301.88 | 0.32 | 0.61 |
| Hex | BC | 7C | BA | 0 | 22 | 1 | 1A | 12E | 20 | 3D |
| Octal | 274 | 174 | 272 | 0 | 42 | 1 | 32 | 456 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10111010 | 0 | 100010 | 1 | 11010 | 100101110 | 100000 | 111101 |
Color Harmonies of #BC7CBA
Complementary color
Monochromatic Colors of #BC7CBA
Black with #BC7CBA
Text Example
Text Example
White with #BC7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CBA; }
p { color: rgb(188,124,186); }
H1.HeaderClassName
{
color: #BC7CBA;
}
.AnyTagClassName
{
color: #BC7CBA;
}
</style>
background-color css
<style>
a { background-color: #BC7CBA; }
a { background-color: rgb(188,124,186); }
div.DivClassName
{
background-color: #BC7CBA;
}
.BgClassName
{
background-color: #BC7CBA;
}
</style>
border-color css
<style>
span { border-color: #BC7CBA; }
span { border-color: rgb(188,124,186); }
td.TdClassName
{
border-color: #BC7CBA;
}
.TagClassName
{
border-color: #BC7CBA;
}
</style>