Shades of London Hue #BE77B2
Tints of London Hue #BE77B2
RGB
CMYK
RGB Variations
Color information
#BE77B2 (or 0xBE77B2) is known color: London Hue. HEX triplet: BE, 77 and B2. RGB value is (190,119,178). Sum of RGB (Red+Green+Blue) = 190+119+178=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE77B2 is #41884D. Grayscale: #929292. Windows color (decimal): -4294734 or 11696062. OLE color: 11696062.
HSL color Cylindrical-coordinate representation of color #BE77B2: hue angle of 310.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE77B2 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 178 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.25 |
| HSL | 310.14º | 0.35% | 0.61% | - |
| HSV(B) | 310.14º | 0.37% | 0.75% | - |
| XYZ | 35.87 | 27.36 | 45.51 | - |
| YUV | 146.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 178 | 0 | 0.37 | 0.06 | 0.25 | 310.14 | 0.35 | 0.61 |
| Hex | BE | 77 | B2 | 0 | 25 | 6 | 19 | 136 | 23 | 3D |
| Octal | 276 | 167 | 262 | 0 | 45 | 6 | 31 | 466 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10110010 | 0 | 100101 | 110 | 11001 | 100110110 | 100011 | 111101 |
Color Harmonies of #BE77B2
Complementary color
Monochromatic Colors of #BE77B2
Black with #BE77B2
Text Example
Text Example
White with #BE77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77B2; }
p { color: rgb(190,119,178); }
H1.HeaderClassName
{
color: #BE77B2;
}
.AnyTagClassName
{
color: #BE77B2;
}
</style>
background-color css
<style>
a { background-color: #BE77B2; }
a { background-color: rgb(190,119,178); }
div.DivClassName
{
background-color: #BE77B2;
}
.BgClassName
{
background-color: #BE77B2;
}
</style>
border-color css
<style>
span { border-color: #BE77B2; }
span { border-color: rgb(190,119,178); }
td.TdClassName
{
border-color: #BE77B2;
}
.TagClassName
{
border-color: #BE77B2;
}
</style>