Shades of London Hue #BC7EBB
Tints of London Hue #BC7EBB
RGB
CMYK
RGB Variations
Color information
#BC7EBB (or 0xBC7EBB) is known color: London Hue. HEX triplet: BC, 7E and BB. RGB value is (188,126,187). Sum of RGB (Red+Green+Blue) = 188+126+187=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EBB is #438144. Grayscale: #979797. Windows color (decimal): -4424005 or 12287676. OLE color: 12287676.
HSL color Cylindrical-coordinate representation of color #BC7EBB: hue angle of 300.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC7EBB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 187 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.26 |
| HSL | 300.97º | 0.32% | 0.62% | - |
| HSV(B) | 300.97º | 0.33% | 0.74% | - |
| XYZ | 37.17 | 29.2 | 50.69 | - |
| YUV | 151.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 187 | 0 | 0.33 | 0.01 | 0.26 | 300.97 | 0.32 | 0.62 |
| Hex | BC | 7E | BB | 0 | 21 | 1 | 1A | 12D | 20 | 3E |
| Octal | 274 | 176 | 273 | 0 | 41 | 1 | 32 | 455 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10111011 | 0 | 100001 | 1 | 11010 | 100101101 | 100000 | 111110 |
Color Harmonies of #BC7EBB
Complementary color
Monochromatic Colors of #BC7EBB
Black with #BC7EBB
Text Example
Text Example
White with #BC7EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EBB; }
p { color: rgb(188,126,187); }
H1.HeaderClassName
{
color: #BC7EBB;
}
.AnyTagClassName
{
color: #BC7EBB;
}
</style>
background-color css
<style>
a { background-color: #BC7EBB; }
a { background-color: rgb(188,126,187); }
div.DivClassName
{
background-color: #BC7EBB;
}
.BgClassName
{
background-color: #BC7EBB;
}
</style>
border-color css
<style>
span { border-color: #BC7EBB; }
span { border-color: rgb(188,126,187); }
td.TdClassName
{
border-color: #BC7EBB;
}
.TagClassName
{
border-color: #BC7EBB;
}
</style>