Shades of London Hue #BC7AAD
Tints of London Hue #BC7AAD
RGB
CMYK
RGB Variations
Color information
#BC7AAD (or 0xBC7AAD) is known color: London Hue. HEX triplet: BC, 7A and AD. RGB value is (188,122,173). Sum of RGB (Red+Green+Blue) = 188+122+173=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AAD is #438552. Grayscale: #939393. Windows color (decimal): -4425043 or 11369148. OLE color: 11369148.
HSL color Cylindrical-coordinate representation of color #BC7AAD: hue angle of 313.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7AAD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 173 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.26 |
| HSL | 313.64º | 0.33% | 0.61% | - |
| HSV(B) | 313.64º | 0.35% | 0.74% | - |
| XYZ | 35.24 | 27.63 | 43.01 | - |
| YUV | 147.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 173 | 0 | 0.35 | 0.08 | 0.26 | 313.64 | 0.33 | 0.61 |
| Hex | BC | 7A | AD | 0 | 23 | 8 | 1A | 13A | 21 | 3D |
| Octal | 274 | 172 | 255 | 0 | 43 | 10 | 32 | 472 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10101101 | 0 | 100011 | 1000 | 11010 | 100111010 | 100001 | 111101 |
Color Harmonies of #BC7AAD
Complementary color
Monochromatic Colors of #BC7AAD
Black with #BC7AAD
Text Example
Text Example
White with #BC7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AAD; }
p { color: rgb(188,122,173); }
H1.HeaderClassName
{
color: #BC7AAD;
}
.AnyTagClassName
{
color: #BC7AAD;
}
</style>
background-color css
<style>
a { background-color: #BC7AAD; }
a { background-color: rgb(188,122,173); }
div.DivClassName
{
background-color: #BC7AAD;
}
.BgClassName
{
background-color: #BC7AAD;
}
</style>
border-color css
<style>
span { border-color: #BC7AAD; }
span { border-color: rgb(188,122,173); }
td.TdClassName
{
border-color: #BC7AAD;
}
.TagClassName
{
border-color: #BC7AAD;
}
</style>