Shades of London Hue #BC7FBB
Tints of London Hue #BC7FBB
RGB
CMYK
RGB Variations
Color information
#BC7FBB (or 0xBC7FBB) is known color: London Hue. HEX triplet: BC, 7F and BB. RGB value is (188,127,187). Sum of RGB (Red+Green+Blue) = 188+127+187=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBB is #438044. Grayscale: #979797. Windows color (decimal): -4423749 or 12287932. OLE color: 12287932.
HSL color Cylindrical-coordinate representation of color #BC7FBB: hue angle of 300.98º 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 #BC7FBB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 187 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.26 |
| HSL | 300.98º | 0.31% | 0.62% | - |
| HSV(B) | 300.98º | 0.32% | 0.74% | - |
| XYZ | 37.3 | 29.46 | 50.73 | - |
| YUV | 152.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 187 | 0 | 0.32 | 0.01 | 0.26 | 300.98 | 0.31 | 0.62 |
| Hex | BC | 7F | BB | 0 | 20 | 1 | 1A | 12D | 1F | 3E |
| Octal | 274 | 177 | 273 | 0 | 40 | 1 | 32 | 455 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10111011 | 0 | 100000 | 1 | 11010 | 100101101 | 11111 | 111110 |
Color Harmonies of #BC7FBB
Complementary color
Monochromatic Colors of #BC7FBB
Black with #BC7FBB
Text Example
Text Example
White with #BC7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FBB; }
p { color: rgb(188,127,187); }
H1.HeaderClassName
{
color: #BC7FBB;
}
.AnyTagClassName
{
color: #BC7FBB;
}
</style>
background-color css
<style>
a { background-color: #BC7FBB; }
a { background-color: rgb(188,127,187); }
div.DivClassName
{
background-color: #BC7FBB;
}
.BgClassName
{
background-color: #BC7FBB;
}
</style>
border-color css
<style>
span { border-color: #BC7FBB; }
span { border-color: rgb(188,127,187); }
td.TdClassName
{
border-color: #BC7FBB;
}
.TagClassName
{
border-color: #BC7FBB;
}
</style>