Shades of London Hue #BC73B0
Tints of London Hue #BC73B0
RGB
CMYK
RGB Variations
Color information
#BC73B0 (or 0xBC73B0) is known color: London Hue. HEX triplet: BC, 73 and B0. RGB value is (188,115,176). Sum of RGB (Red+Green+Blue) = 188+115+176=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73B0 is #438C4F. Grayscale: #8F8F8F. Windows color (decimal): -4426832 or 11563964. OLE color: 11563964.
HSL color Cylindrical-coordinate representation of color #BC73B0: hue angle of 309.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73B0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 176 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.26 |
| HSL | 309.86º | 0.35% | 0.59% | - |
| HSV(B) | 309.86º | 0.39% | 0.74% | - |
| XYZ | 34.71 | 26.09 | 44.28 | - |
| YUV | 143.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 176 | 0 | 0.39 | 0.06 | 0.26 | 309.86 | 0.35 | 0.59 |
| Hex | BC | 73 | B0 | 0 | 27 | 6 | 1A | 136 | 23 | 3B |
| Octal | 274 | 163 | 260 | 0 | 47 | 6 | 32 | 466 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10110000 | 0 | 100111 | 110 | 11010 | 100110110 | 100011 | 111011 |
Color Harmonies of #BC73B0
Complementary color
Monochromatic Colors of #BC73B0
Black with #BC73B0
Text Example
Text Example
White with #BC73B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73B0; }
p { color: rgb(188,115,176); }
H1.HeaderClassName
{
color: #BC73B0;
}
.AnyTagClassName
{
color: #BC73B0;
}
</style>
background-color css
<style>
a { background-color: #BC73B0; }
a { background-color: rgb(188,115,176); }
div.DivClassName
{
background-color: #BC73B0;
}
.BgClassName
{
background-color: #BC73B0;
}
</style>
border-color css
<style>
span { border-color: #BC73B0; }
span { border-color: rgb(188,115,176); }
td.TdClassName
{
border-color: #BC73B0;
}
.TagClassName
{
border-color: #BC73B0;
}
</style>