Shades of London Hue #BC7FAF
Tints of London Hue #BC7FAF
RGB
CMYK
RGB Variations
Color information
#BC7FAF (or 0xBC7FAF) is known color: London Hue. HEX triplet: BC, 7F and AF. RGB value is (188,127,175). Sum of RGB (Red+Green+Blue) = 188+127+175=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FAF is #438050. Grayscale: #969696. Windows color (decimal): -4423761 or 11501500. OLE color: 11501500.
HSL color Cylindrical-coordinate representation of color #BC7FAF: hue angle of 312.79º 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 #BC7FAF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 175 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.26 |
| HSL | 312.79º | 0.31% | 0.62% | - |
| HSV(B) | 312.79º | 0.32% | 0.74% | - |
| XYZ | 36.07 | 28.97 | 44.25 | - |
| YUV | 150.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 175 | 0 | 0.32 | 0.07 | 0.26 | 312.79 | 0.31 | 0.62 |
| Hex | BC | 7F | AF | 0 | 20 | 7 | 1A | 139 | 1F | 3E |
| Octal | 274 | 177 | 257 | 0 | 40 | 7 | 32 | 471 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10101111 | 0 | 100000 | 111 | 11010 | 100111001 | 11111 | 111110 |
Color Harmonies of #BC7FAF
Complementary color
Monochromatic Colors of #BC7FAF
Black with #BC7FAF
Text Example
Text Example
White with #BC7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FAF; }
p { color: rgb(188,127,175); }
H1.HeaderClassName
{
color: #BC7FAF;
}
.AnyTagClassName
{
color: #BC7FAF;
}
</style>
background-color css
<style>
a { background-color: #BC7FAF; }
a { background-color: rgb(188,127,175); }
div.DivClassName
{
background-color: #BC7FAF;
}
.BgClassName
{
background-color: #BC7FAF;
}
</style>
border-color css
<style>
span { border-color: #BC7FAF; }
span { border-color: rgb(188,127,175); }
td.TdClassName
{
border-color: #BC7FAF;
}
.TagClassName
{
border-color: #BC7FAF;
}
</style>