Shades of London Hue #BE7DB2
Tints of London Hue #BE7DB2
RGB
CMYK
RGB Variations
Color information
#BE7DB2 (or 0xBE7DB2) is known color: London Hue. HEX triplet: BE, 7D and B2. RGB value is (190,125,178). Sum of RGB (Red+Green+Blue) = 190+125+178=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DB2 is #41824D. Grayscale: #969696. Windows color (decimal): -4293198 or 11697598. OLE color: 11697598.
HSL color Cylindrical-coordinate representation of color #BE7DB2: hue angle of 311.08º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7DB2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 178 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.25 |
| HSL | 311.08º | 0.33% | 0.62% | - |
| HSV(B) | 311.08º | 0.34% | 0.75% | - |
| XYZ | 36.6 | 28.83 | 45.75 | - |
| YUV | 150.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 178 | 0 | 0.34 | 0.06 | 0.25 | 311.08 | 0.33 | 0.62 |
| Hex | BE | 7D | B2 | 0 | 22 | 6 | 19 | 137 | 21 | 3E |
| Octal | 276 | 175 | 262 | 0 | 42 | 6 | 31 | 467 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10110010 | 0 | 100010 | 110 | 11001 | 100110111 | 100001 | 111110 |
Color Harmonies of #BE7DB2
Complementary color
Monochromatic Colors of #BE7DB2
Black with #BE7DB2
Text Example
Text Example
White with #BE7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DB2; }
p { color: rgb(190,125,178); }
H1.HeaderClassName
{
color: #BE7DB2;
}
.AnyTagClassName
{
color: #BE7DB2;
}
</style>
background-color css
<style>
a { background-color: #BE7DB2; }
a { background-color: rgb(190,125,178); }
div.DivClassName
{
background-color: #BE7DB2;
}
.BgClassName
{
background-color: #BE7DB2;
}
</style>
border-color css
<style>
span { border-color: #BE7DB2; }
span { border-color: rgb(190,125,178); }
td.TdClassName
{
border-color: #BE7DB2;
}
.TagClassName
{
border-color: #BE7DB2;
}
</style>