Shades of London Hue #BC7BAD
Tints of London Hue #BC7BAD
RGB
CMYK
RGB Variations
Color information
#BC7BAD (or 0xBC7BAD) is known color: London Hue. HEX triplet: BC, 7B and AD. RGB value is (188,123,173). Sum of RGB (Red+Green+Blue) = 188+123+173=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAD is #438452. Grayscale: #949494. Windows color (decimal): -4424787 or 11369404. OLE color: 11369404.
HSL color Cylindrical-coordinate representation of color #BC7BAD: hue angle of 313.85º 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 #BC7BAD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 173 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.26 |
| HSL | 313.85º | 0.33% | 0.61% | - |
| HSV(B) | 313.85º | 0.35% | 0.74% | - |
| XYZ | 35.36 | 27.87 | 43.05 | - |
| YUV | 148.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 173 | 0 | 0.35 | 0.08 | 0.26 | 313.85 | 0.33 | 0.61 |
| Hex | BC | 7B | AD | 0 | 23 | 8 | 1A | 13A | 21 | 3D |
| Octal | 274 | 173 | 255 | 0 | 43 | 10 | 32 | 472 | 41 | 75 |
| Binary | 10111100 | 1111011 | 10101101 | 0 | 100011 | 1000 | 11010 | 100111010 | 100001 | 111101 |
Color Harmonies of #BC7BAD
Complementary color
Monochromatic Colors of #BC7BAD
Black with #BC7BAD
Text Example
Text Example
White with #BC7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BAD; }
p { color: rgb(188,123,173); }
H1.HeaderClassName
{
color: #BC7BAD;
}
.AnyTagClassName
{
color: #BC7BAD;
}
</style>
background-color css
<style>
a { background-color: #BC7BAD; }
a { background-color: rgb(188,123,173); }
div.DivClassName
{
background-color: #BC7BAD;
}
.BgClassName
{
background-color: #BC7BAD;
}
</style>
border-color css
<style>
span { border-color: #BC7BAD; }
span { border-color: rgb(188,123,173); }
td.TdClassName
{
border-color: #BC7BAD;
}
.TagClassName
{
border-color: #BC7BAD;
}
</style>