Shades of London Hue #BE78B2
Tints of London Hue #BE78B2
RGB
CMYK
RGB Variations
Color information
#BE78B2 (or 0xBE78B2) is known color: London Hue. HEX triplet: BE, 78 and B2. RGB value is (190,120,178). Sum of RGB (Red+Green+Blue) = 190+120+178=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78B2 is #41874D. Grayscale: #939393. Windows color (decimal): -4294478 or 11696318. OLE color: 11696318.
HSL color Cylindrical-coordinate representation of color #BE78B2: hue angle of 310.29º 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 #BE78B2 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 178 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.25 |
| HSL | 310.29º | 0.35% | 0.61% | - |
| HSV(B) | 310.29º | 0.37% | 0.75% | - |
| XYZ | 35.99 | 27.59 | 45.55 | - |
| YUV | 147.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 178 | 0 | 0.37 | 0.06 | 0.25 | 310.29 | 0.35 | 0.61 |
| Hex | BE | 78 | B2 | 0 | 25 | 6 | 19 | 136 | 23 | 3D |
| Octal | 276 | 170 | 262 | 0 | 45 | 6 | 31 | 466 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10110010 | 0 | 100101 | 110 | 11001 | 100110110 | 100011 | 111101 |
Color Harmonies of #BE78B2
Complementary color
Monochromatic Colors of #BE78B2
Black with #BE78B2
Text Example
Text Example
White with #BE78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78B2; }
p { color: rgb(190,120,178); }
H1.HeaderClassName
{
color: #BE78B2;
}
.AnyTagClassName
{
color: #BE78B2;
}
</style>
background-color css
<style>
a { background-color: #BE78B2; }
a { background-color: rgb(190,120,178); }
div.DivClassName
{
background-color: #BE78B2;
}
.BgClassName
{
background-color: #BE78B2;
}
</style>
border-color css
<style>
span { border-color: #BE78B2; }
span { border-color: rgb(190,120,178); }
td.TdClassName
{
border-color: #BE78B2;
}
.TagClassName
{
border-color: #BE78B2;
}
</style>