Shades of London Hue #BC77AF
Tints of London Hue #BC77AF
RGB
CMYK
RGB Variations
Color information
#BC77AF (or 0xBC77AF) is known color: London Hue. HEX triplet: BC, 77 and AF. RGB value is (188,119,175). Sum of RGB (Red+Green+Blue) = 188+119+175=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AF is #438850. Grayscale: #919191. Windows color (decimal): -4425809 or 11499452. OLE color: 11499452.
HSL color Cylindrical-coordinate representation of color #BC77AF: hue angle of 311.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77AF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 175 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.26 |
| HSL | 311.3º | 0.34% | 0.6% | - |
| HSV(B) | 311.3º | 0.37% | 0.74% | - |
| XYZ | 35.07 | 26.98 | 43.92 | - |
| YUV | 146.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 175 | 0 | 0.37 | 0.07 | 0.26 | 311.3 | 0.34 | 0.6 |
| Hex | BC | 77 | AF | 0 | 25 | 7 | 1A | 137 | 22 | 3C |
| Octal | 274 | 167 | 257 | 0 | 45 | 7 | 32 | 467 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10101111 | 0 | 100101 | 111 | 11010 | 100110111 | 100010 | 111100 |
Color Harmonies of #BC77AF
Complementary color
Monochromatic Colors of #BC77AF
Black with #BC77AF
Text Example
Text Example
White with #BC77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77AF; }
p { color: rgb(188,119,175); }
H1.HeaderClassName
{
color: #BC77AF;
}
.AnyTagClassName
{
color: #BC77AF;
}
</style>
background-color css
<style>
a { background-color: #BC77AF; }
a { background-color: rgb(188,119,175); }
div.DivClassName
{
background-color: #BC77AF;
}
.BgClassName
{
background-color: #BC77AF;
}
</style>
border-color css
<style>
span { border-color: #BC77AF; }
span { border-color: rgb(188,119,175); }
td.TdClassName
{
border-color: #BC77AF;
}
.TagClassName
{
border-color: #BC77AF;
}
</style>