Shades of London Hue #BE7BBB
Tints of London Hue #BE7BBB
RGB
CMYK
RGB Variations
Color information
#BE7BBB (or 0xBE7BBB) is known color: London Hue. HEX triplet: BE, 7B and BB. RGB value is (190,123,187). Sum of RGB (Red+Green+Blue) = 190+123+187=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BBB is #418444. Grayscale: #969696. Windows color (decimal): -4293701 or 12286910. OLE color: 12286910.
HSL color Cylindrical-coordinate representation of color #BE7BBB: hue angle of 302.69º 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 #BE7BBB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 187 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.25 |
| HSL | 302.69º | 0.34% | 0.61% | - |
| HSV(B) | 302.69º | 0.35% | 0.75% | - |
| XYZ | 37.29 | 28.7 | 50.59 | - |
| YUV | 150.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 187 | 0 | 0.35 | 0.02 | 0.25 | 302.69 | 0.34 | 0.61 |
| Hex | BE | 7B | BB | 0 | 23 | 2 | 19 | 12F | 22 | 3D |
| Octal | 276 | 173 | 273 | 0 | 43 | 2 | 31 | 457 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10111011 | 0 | 100011 | 10 | 11001 | 100101111 | 100010 | 111101 |
Color Harmonies of #BE7BBB
Complementary color
Monochromatic Colors of #BE7BBB
Black with #BE7BBB
Text Example
Text Example
White with #BE7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BBB; }
p { color: rgb(190,123,187); }
H1.HeaderClassName
{
color: #BE7BBB;
}
.AnyTagClassName
{
color: #BE7BBB;
}
</style>
background-color css
<style>
a { background-color: #BE7BBB; }
a { background-color: rgb(190,123,187); }
div.DivClassName
{
background-color: #BE7BBB;
}
.BgClassName
{
background-color: #BE7BBB;
}
</style>
border-color css
<style>
span { border-color: #BE7BBB; }
span { border-color: rgb(190,123,187); }
td.TdClassName
{
border-color: #BE7BBB;
}
.TagClassName
{
border-color: #BE7BBB;
}
</style>