Shades of London Hue #BE77B4
Tints of London Hue #BE77B4
RGB
CMYK
RGB Variations
Color information
#BE77B4 (or 0xBE77B4) is known color: London Hue. HEX triplet: BE, 77 and B4. RGB value is (190,119,180). Sum of RGB (Red+Green+Blue) = 190+119+180=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77B4 is #41884B. Grayscale: #939393. Windows color (decimal): -4294732 or 11827134. OLE color: 11827134.
HSL color Cylindrical-coordinate representation of color #BE77B4: hue angle of 308.45º 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 #BE77B4 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 180 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.25 |
| HSL | 308.45º | 0.35% | 0.61% | - |
| HSV(B) | 308.45º | 0.37% | 0.75% | - |
| XYZ | 36.07 | 27.44 | 46.57 | - |
| YUV | 147.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 180 | 0 | 0.37 | 0.05 | 0.25 | 308.45 | 0.35 | 0.61 |
| Hex | BE | 77 | B4 | 0 | 25 | 5 | 19 | 134 | 23 | 3D |
| Octal | 276 | 167 | 264 | 0 | 45 | 5 | 31 | 464 | 43 | 75 |
| Binary | 10111110 | 1110111 | 10110100 | 0 | 100101 | 101 | 11001 | 100110100 | 100011 | 111101 |
Color Harmonies of #BE77B4
Complementary color
Monochromatic Colors of #BE77B4
Black with #BE77B4
Text Example
Text Example
White with #BE77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE77B4; }
p { color: rgb(190,119,180); }
H1.HeaderClassName
{
color: #BE77B4;
}
.AnyTagClassName
{
color: #BE77B4;
}
</style>
background-color css
<style>
a { background-color: #BE77B4; }
a { background-color: rgb(190,119,180); }
div.DivClassName
{
background-color: #BE77B4;
}
.BgClassName
{
background-color: #BE77B4;
}
</style>
border-color css
<style>
span { border-color: #BE77B4; }
span { border-color: rgb(190,119,180); }
td.TdClassName
{
border-color: #BE77B4;
}
.TagClassName
{
border-color: #BE77B4;
}
</style>