Shades of London Hue #BC8BB1
Tints of London Hue #BC8BB1
RGB
CMYK
RGB Variations
Color information
#BC8BB1 (or 0xBC8BB1) is known color: London Hue. HEX triplet: BC, 8B and B1. RGB value is (188,139,177). Sum of RGB (Red+Green+Blue) = 188+139+177=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BB1 is #43744E. Grayscale: #9D9D9D. Windows color (decimal): -4420687 or 11635644. OLE color: 11635644.
HSL color Cylindrical-coordinate representation of color #BC8BB1: hue angle of 313.47º 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 #BC8BB1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 177 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.26 |
| HSL | 313.47º | 0.27% | 0.64% | - |
| HSV(B) | 313.47º | 0.26% | 0.74% | - |
| XYZ | 37.91 | 32.33 | 45.84 | - |
| YUV | 157.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 177 | 0 | 0.26 | 0.06 | 0.26 | 313.47 | 0.27 | 0.64 |
| Hex | BC | 8B | B1 | 0 | 1A | 6 | 1A | 139 | 1B | 40 |
| Octal | 274 | 213 | 261 | 0 | 32 | 6 | 32 | 471 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10110001 | 0 | 11010 | 110 | 11010 | 100111001 | 11011 | 1000000 |
Color Harmonies of #BC8BB1
Complementary color
Monochromatic Colors of #BC8BB1
Black with #BC8BB1
Text Example
Text Example
White with #BC8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BB1; }
p { color: rgb(188,139,177); }
H1.HeaderClassName
{
color: #BC8BB1;
}
.AnyTagClassName
{
color: #BC8BB1;
}
</style>
background-color css
<style>
a { background-color: #BC8BB1; }
a { background-color: rgb(188,139,177); }
div.DivClassName
{
background-color: #BC8BB1;
}
.BgClassName
{
background-color: #BC8BB1;
}
</style>
border-color css
<style>
span { border-color: #BC8BB1; }
span { border-color: rgb(188,139,177); }
td.TdClassName
{
border-color: #BC8BB1;
}
.TagClassName
{
border-color: #BC8BB1;
}
</style>