Shades of London Hue #BC74AF
Tints of London Hue #BC74AF
RGB
CMYK
RGB Variations
Color information
#BC74AF (or 0xBC74AF) is known color: London Hue. HEX triplet: BC, 74 and AF. RGB value is (188,116,175). Sum of RGB (Red+Green+Blue) = 188+116+175=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74AF is #438B50. Grayscale: #909090. Windows color (decimal): -4426577 or 11498684. OLE color: 11498684.
HSL color Cylindrical-coordinate representation of color #BC74AF: hue angle of 310.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74AF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 175 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.26 |
| HSL | 310.83º | 0.35% | 0.6% | - |
| HSV(B) | 310.83º | 0.38% | 0.74% | - |
| XYZ | 34.72 | 26.28 | 43.8 | - |
| YUV | 144.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 175 | 0 | 0.38 | 0.07 | 0.26 | 310.83 | 0.35 | 0.6 |
| Hex | BC | 74 | AF | 0 | 26 | 7 | 1A | 137 | 23 | 3C |
| Octal | 274 | 164 | 257 | 0 | 46 | 7 | 32 | 467 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10101111 | 0 | 100110 | 111 | 11010 | 100110111 | 100011 | 111100 |
Color Harmonies of #BC74AF
Complementary color
Monochromatic Colors of #BC74AF
Black with #BC74AF
Text Example
Text Example
White with #BC74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74AF; }
p { color: rgb(188,116,175); }
H1.HeaderClassName
{
color: #BC74AF;
}
.AnyTagClassName
{
color: #BC74AF;
}
</style>
background-color css
<style>
a { background-color: #BC74AF; }
a { background-color: rgb(188,116,175); }
div.DivClassName
{
background-color: #BC74AF;
}
.BgClassName
{
background-color: #BC74AF;
}
</style>
border-color css
<style>
span { border-color: #BC74AF; }
span { border-color: rgb(188,116,175); }
td.TdClassName
{
border-color: #BC74AF;
}
.TagClassName
{
border-color: #BC74AF;
}
</style>