Shades of London Hue #BE7BB2
Tints of London Hue #BE7BB2
RGB
CMYK
RGB Variations
Color information
#BE7BB2 (or 0xBE7BB2) is known color: London Hue. HEX triplet: BE, 7B and B2. RGB value is (190,123,178). Sum of RGB (Red+Green+Blue) = 190+123+178=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BB2 is #41844D. Grayscale: #959595. Windows color (decimal): -4293710 or 11697086. OLE color: 11697086.
HSL color Cylindrical-coordinate representation of color #BE7BB2: hue angle of 310.75º 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 #BE7BB2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 178 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.25 |
| HSL | 310.75º | 0.34% | 0.61% | - |
| HSV(B) | 310.75º | 0.35% | 0.75% | - |
| XYZ | 36.35 | 28.33 | 45.67 | - |
| YUV | 149.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 178 | 0 | 0.35 | 0.06 | 0.25 | 310.75 | 0.34 | 0.61 |
| Hex | BE | 7B | B2 | 0 | 23 | 6 | 19 | 137 | 22 | 3D |
| Octal | 276 | 173 | 262 | 0 | 43 | 6 | 31 | 467 | 42 | 75 |
| Binary | 10111110 | 1111011 | 10110010 | 0 | 100011 | 110 | 11001 | 100110111 | 100010 | 111101 |
Color Harmonies of #BE7BB2
Complementary color
Monochromatic Colors of #BE7BB2
Black with #BE7BB2
Text Example
Text Example
White with #BE7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BB2; }
p { color: rgb(190,123,178); }
H1.HeaderClassName
{
color: #BE7BB2;
}
.AnyTagClassName
{
color: #BE7BB2;
}
</style>
background-color css
<style>
a { background-color: #BE7BB2; }
a { background-color: rgb(190,123,178); }
div.DivClassName
{
background-color: #BE7BB2;
}
.BgClassName
{
background-color: #BE7BB2;
}
</style>
border-color css
<style>
span { border-color: #BE7BB2; }
span { border-color: rgb(190,123,178); }
td.TdClassName
{
border-color: #BE7BB2;
}
.TagClassName
{
border-color: #BE7BB2;
}
</style>