Shades of London Hue #BE78B4
Tints of London Hue #BE78B4
RGB
CMYK
RGB Variations
Color information
#BE78B4 (or 0xBE78B4) is known color: London Hue. HEX triplet: BE, 78 and B4. RGB value is (190,120,180). Sum of RGB (Red+Green+Blue) = 190+120+180=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78B4 is #41874B. Grayscale: #939393. Windows color (decimal): -4294476 or 11827390. OLE color: 11827390.
HSL color Cylindrical-coordinate representation of color #BE78B4: hue angle of 308.57º 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 #BE78B4 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 120 | 180 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.25 |
| HSL | 308.57º | 0.35% | 0.61% | - |
| HSV(B) | 308.57º | 0.37% | 0.75% | - |
| XYZ | 36.19 | 27.68 | 46.61 | - |
| YUV | 147.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 180 | 0 | 0.37 | 0.05 | 0.25 | 308.57 | 0.35 | 0.61 |
| Hex | BE | 78 | B4 | 0 | 25 | 5 | 19 | 135 | 23 | 3D |
| Octal | 276 | 170 | 264 | 0 | 45 | 5 | 31 | 465 | 43 | 75 |
| Binary | 10111110 | 1111000 | 10110100 | 0 | 100101 | 101 | 11001 | 100110101 | 100011 | 111101 |
Color Harmonies of #BE78B4
Complementary color
Monochromatic Colors of #BE78B4
Black with #BE78B4
Text Example
Text Example
White with #BE78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78B4; }
p { color: rgb(190,120,180); }
H1.HeaderClassName
{
color: #BE78B4;
}
.AnyTagClassName
{
color: #BE78B4;
}
</style>
background-color css
<style>
a { background-color: #BE78B4; }
a { background-color: rgb(190,120,180); }
div.DivClassName
{
background-color: #BE78B4;
}
.BgClassName
{
background-color: #BE78B4;
}
</style>
border-color css
<style>
span { border-color: #BE78B4; }
span { border-color: rgb(190,120,180); }
td.TdClassName
{
border-color: #BE78B4;
}
.TagClassName
{
border-color: #BE78B4;
}
</style>