Shades of London Hue #BC77B7
Tints of London Hue #BC77B7
RGB
CMYK
RGB Variations
Color information
#BC77B7 (or 0xBC77B7) is known color: London Hue. HEX triplet: BC, 77 and B7. RGB value is (188,119,183). Sum of RGB (Red+Green+Blue) = 188+119+183=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77B7 is #438848. Grayscale: #929292. Windows color (decimal): -4425801 or 12023740. OLE color: 12023740.
HSL color Cylindrical-coordinate representation of color #BC77B7: hue angle of 304.35º 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 #BC77B7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 183 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.26 |
| HSL | 304.35º | 0.34% | 0.6% | - |
| HSV(B) | 304.35º | 0.37% | 0.74% | - |
| XYZ | 35.88 | 27.3 | 48.18 | - |
| YUV | 146.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 183 | 0 | 0.37 | 0.03 | 0.26 | 304.35 | 0.34 | 0.6 |
| Hex | BC | 77 | B7 | 0 | 25 | 3 | 1A | 130 | 22 | 3C |
| Octal | 274 | 167 | 267 | 0 | 45 | 3 | 32 | 460 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10110111 | 0 | 100101 | 11 | 11010 | 100110000 | 100010 | 111100 |
Color Harmonies of #BC77B7
Complementary color
Monochromatic Colors of #BC77B7
Black with #BC77B7
Text Example
Text Example
White with #BC77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77B7; }
p { color: rgb(188,119,183); }
H1.HeaderClassName
{
color: #BC77B7;
}
.AnyTagClassName
{
color: #BC77B7;
}
</style>
background-color css
<style>
a { background-color: #BC77B7; }
a { background-color: rgb(188,119,183); }
div.DivClassName
{
background-color: #BC77B7;
}
.BgClassName
{
background-color: #BC77B7;
}
</style>
border-color css
<style>
span { border-color: #BC77B7; }
span { border-color: rgb(188,119,183); }
td.TdClassName
{
border-color: #BC77B7;
}
.TagClassName
{
border-color: #BC77B7;
}
</style>