Shades of London Hue #BE7BBC
Tints of London Hue #BE7BBC
RGB
CMYK
RGB Variations
Color information
#BE7BBC (or 0xBE7BBC) is known color: London Hue. HEX triplet: BE, 7B and BC. RGB value is (190,123,188). Sum of RGB (Red+Green+Blue) = 190+123+188=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBC is #418443. Grayscale: #969696. Windows color (decimal): -4293700 or 12352446. OLE color: 12352446.
HSL color Cylindrical-coordinate representation of color #BE7BBC: hue angle of 301.79º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7BBC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 188 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.25 |
| HSL | 301.79º | 0.34% | 0.61% | - |
| HSV(B) | 301.79º | 0.35% | 0.75% | - |
| XYZ | 37.4 | 28.74 | 51.15 | - |
| YUV | 150.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 188 | 0 | 0.35 | 0.01 | 0.25 | 301.79 | 0.34 | 0.61 |
| Hex | BE | 7B | BC | 0 | 23 | 1 | 19 | 12E | 22 | 3D |
| Octal | 276 | 173 | 274 | 0 | 43 | 1 | 31 | 456 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10111100 | 0 | 100011 | 1 | 11001 | 100101110 | 100010 | 111101 |
Color Harmonies of #BE7BBC
Complementary color
Monochromatic Colors of #BE7BBC
Black with #BE7BBC
Text Example
Text Example
White with #BE7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BBC; }
p { color: rgb(190,123,188); }
H1.HeaderClassName
{
color: #BE7BBC;
}
.AnyTagClassName
{
color: #BE7BBC;
}
</style>
background-color css
<style>
a { background-color: #BE7BBC; }
a { background-color: rgb(190,123,188); }
div.DivClassName
{
background-color: #BE7BBC;
}
.BgClassName
{
background-color: #BE7BBC;
}
</style>
border-color css
<style>
span { border-color: #BE7BBC; }
span { border-color: rgb(190,123,188); }
td.TdClassName
{
border-color: #BE7BBC;
}
.TagClassName
{
border-color: #BE7BBC;
}
</style>