Shades of London Hue #BC8BBC
Tints of London Hue #BC8BBC
RGB
CMYK
RGB Variations
Color information
#BC8BBC (or 0xBC8BBC) is known color: London Hue. HEX triplet: BC, 8B and BC. RGB value is (188,139,188). Sum of RGB (Red+Green+Blue) = 188+139+188=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BBC is #437443. Grayscale: #9F9F9F. Windows color (decimal): -4420676 or 12356540. OLE color: 12356540.
HSL color Cylindrical-coordinate representation of color #BC8BBC: hue angle of 300º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BBC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 188 | - |
| CMYK | 0 | 0.26 | 0 | 0.26 |
| HSL | 300º | 0.27% | 0.64% | - |
| HSV(B) | 300º | 0.26% | 0.74% | - |
| XYZ | 39.05 | 32.79 | 51.85 | - |
| YUV | 159.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 188 | 0 | 0.26 | 0 | 0.26 | 300 | 0.27 | 0.64 |
| Hex | BC | 8B | BC | 0 | 1A | 0 | 1A | 12C | 1B | 40 |
| Octal | 274 | 213 | 274 | 0 | 32 | 0 | 32 | 454 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10111100 | 0 | 11010 | 0 | 11010 | 100101100 | 11011 | 1000000 |
Color Harmonies of #BC8BBC
Complementary color
Monochromatic Colors of #BC8BBC
Black with #BC8BBC
Text Example
Text Example
White with #BC8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BBC; }
p { color: rgb(188,139,188); }
H1.HeaderClassName
{
color: #BC8BBC;
}
.AnyTagClassName
{
color: #BC8BBC;
}
</style>
background-color css
<style>
a { background-color: #BC8BBC; }
a { background-color: rgb(188,139,188); }
div.DivClassName
{
background-color: #BC8BBC;
}
.BgClassName
{
background-color: #BC8BBC;
}
</style>
border-color css
<style>
span { border-color: #BC8BBC; }
span { border-color: rgb(188,139,188); }
td.TdClassName
{
border-color: #BC8BBC;
}
.TagClassName
{
border-color: #BC8BBC;
}
</style>