Shades of London Hue #BE7DB1
Tints of London Hue #BE7DB1
RGB
CMYK
RGB Variations
Color information
#BE7DB1 (or 0xBE7DB1) is known color: London Hue. HEX triplet: BE, 7D and B1. RGB value is (190,125,177). Sum of RGB (Red+Green+Blue) = 190+125+177=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DB1 is #41824E. Grayscale: #969696. Windows color (decimal): -4293199 or 11632062. OLE color: 11632062.
HSL color Cylindrical-coordinate representation of color #BE7DB1: hue angle of 312º 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 #BE7DB1 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 177 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.25 |
| HSL | 312º | 0.33% | 0.62% | - |
| HSV(B) | 312º | 0.34% | 0.75% | - |
| XYZ | 36.5 | 28.79 | 45.23 | - |
| YUV | 150.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 177 | 0 | 0.34 | 0.07 | 0.25 | 312 | 0.33 | 0.62 |
| Hex | BE | 7D | B1 | 0 | 22 | 7 | 19 | 138 | 21 | 3E |
| Octal | 276 | 175 | 261 | 0 | 42 | 7 | 31 | 470 | 41 | 76 |
| Binary | 10111110 | 1111101 | 10110001 | 0 | 100010 | 111 | 11001 | 100111000 | 100001 | 111110 |
Color Harmonies of #BE7DB1
Complementary color
Monochromatic Colors of #BE7DB1
Black with #BE7DB1
Text Example
Text Example
White with #BE7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DB1; }
p { color: rgb(190,125,177); }
H1.HeaderClassName
{
color: #BE7DB1;
}
.AnyTagClassName
{
color: #BE7DB1;
}
</style>
background-color css
<style>
a { background-color: #BE7DB1; }
a { background-color: rgb(190,125,177); }
div.DivClassName
{
background-color: #BE7DB1;
}
.BgClassName
{
background-color: #BE7DB1;
}
</style>
border-color css
<style>
span { border-color: #BE7DB1; }
span { border-color: rgb(190,125,177); }
td.TdClassName
{
border-color: #BE7DB1;
}
.TagClassName
{
border-color: #BE7DB1;
}
</style>