Shades of London Hue #BC87B0
Tints of London Hue #BC87B0
RGB
CMYK
RGB Variations
Color information
#BC87B0 (or 0xBC87B0) is known color: London Hue. HEX triplet: BC, 87 and B0. RGB value is (188,135,176). Sum of RGB (Red+Green+Blue) = 188+135+176=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87B0 is #43784F. Grayscale: #9B9B9B. Windows color (decimal): -4421712 or 11569084. OLE color: 11569084.
HSL color Cylindrical-coordinate representation of color #BC87B0: hue angle of 313.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC87B0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 176 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.26 |
| HSL | 313.58º | 0.28% | 0.63% | - |
| HSV(B) | 313.58º | 0.28% | 0.74% | - |
| XYZ | 37.24 | 31.15 | 45.12 | - |
| YUV | 155.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 176 | 0 | 0.28 | 0.06 | 0.26 | 313.58 | 0.28 | 0.63 |
| Hex | BC | 87 | B0 | 0 | 1C | 6 | 1A | 13A | 1C | 3F |
| Octal | 274 | 207 | 260 | 0 | 34 | 6 | 32 | 472 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10110000 | 0 | 11100 | 110 | 11010 | 100111010 | 11100 | 111111 |
Color Harmonies of #BC87B0
Complementary color
Monochromatic Colors of #BC87B0
Black with #BC87B0
Text Example
Text Example
White with #BC87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87B0; }
p { color: rgb(188,135,176); }
H1.HeaderClassName
{
color: #BC87B0;
}
.AnyTagClassName
{
color: #BC87B0;
}
</style>
background-color css
<style>
a { background-color: #BC87B0; }
a { background-color: rgb(188,135,176); }
div.DivClassName
{
background-color: #BC87B0;
}
.BgClassName
{
background-color: #BC87B0;
}
</style>
border-color css
<style>
span { border-color: #BC87B0; }
span { border-color: rgb(188,135,176); }
td.TdClassName
{
border-color: #BC87B0;
}
.TagClassName
{
border-color: #BC87B0;
}
</style>