Shades of London Hue #BC73AF
Tints of London Hue #BC73AF
RGB
CMYK
RGB Variations
Color information
#BC73AF (or 0xBC73AF) is known color: London Hue. HEX triplet: BC, 73 and AF. RGB value is (188,115,175). Sum of RGB (Red+Green+Blue) = 188+115+175=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73AF is #438C50. Grayscale: #8F8F8F. Windows color (decimal): -4426833 or 11498428. OLE color: 11498428.
HSL color Cylindrical-coordinate representation of color #BC73AF: hue angle of 310.68º 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 #BC73AF is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 175 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.26 |
| HSL | 310.68º | 0.35% | 0.59% | - |
| HSV(B) | 310.68º | 0.39% | 0.74% | - |
| XYZ | 34.61 | 26.05 | 43.76 | - |
| YUV | 143.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 175 | 0 | 0.39 | 0.07 | 0.26 | 310.68 | 0.35 | 0.59 |
| Hex | BC | 73 | AF | 0 | 27 | 7 | 1A | 137 | 23 | 3B |
| Octal | 274 | 163 | 257 | 0 | 47 | 7 | 32 | 467 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10101111 | 0 | 100111 | 111 | 11010 | 100110111 | 100011 | 111011 |
Color Harmonies of #BC73AF
Complementary color
Monochromatic Colors of #BC73AF
Black with #BC73AF
Text Example
Text Example
White with #BC73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73AF; }
p { color: rgb(188,115,175); }
H1.HeaderClassName
{
color: #BC73AF;
}
.AnyTagClassName
{
color: #BC73AF;
}
</style>
background-color css
<style>
a { background-color: #BC73AF; }
a { background-color: rgb(188,115,175); }
div.DivClassName
{
background-color: #BC73AF;
}
.BgClassName
{
background-color: #BC73AF;
}
</style>
border-color css
<style>
span { border-color: #BC73AF; }
span { border-color: rgb(188,115,175); }
td.TdClassName
{
border-color: #BC73AF;
}
.TagClassName
{
border-color: #BC73AF;
}
</style>