Shades of London Hue #BE80BC
Tints of London Hue #BE80BC
RGB
CMYK
RGB Variations
Color information
#BE80BC (or 0xBE80BC) is known color: London Hue. HEX triplet: BE, 80 and BC. RGB value is (190,128,188). Sum of RGB (Red+Green+Blue) = 190+128+188=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80BC is #417F43. Grayscale: #999999. Windows color (decimal): -4292420 or 12353726. OLE color: 12353726.
HSL color Cylindrical-coordinate representation of color #BE80BC: hue angle of 301.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80BC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 188 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.25 |
| HSL | 301.94º | 0.32% | 0.62% | - |
| HSV(B) | 301.94º | 0.33% | 0.75% | - |
| XYZ | 38.03 | 30.02 | 51.37 | - |
| YUV | 153.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 188 | 0 | 0.33 | 0.01 | 0.25 | 301.94 | 0.32 | 0.62 |
| Hex | BE | 80 | BC | 0 | 21 | 1 | 19 | 12E | 20 | 3E |
| Octal | 276 | 200 | 274 | 0 | 41 | 1 | 31 | 456 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10111100 | 0 | 100001 | 1 | 11001 | 100101110 | 100000 | 111110 |
Color Harmonies of #BE80BC
Complementary color
Monochromatic Colors of #BE80BC
Black with #BE80BC
Text Example
Text Example
White with #BE80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80BC; }
p { color: rgb(190,128,188); }
H1.HeaderClassName
{
color: #BE80BC;
}
.AnyTagClassName
{
color: #BE80BC;
}
</style>
background-color css
<style>
a { background-color: #BE80BC; }
a { background-color: rgb(190,128,188); }
div.DivClassName
{
background-color: #BE80BC;
}
.BgClassName
{
background-color: #BE80BC;
}
</style>
border-color css
<style>
span { border-color: #BE80BC; }
span { border-color: rgb(190,128,188); }
td.TdClassName
{
border-color: #BE80BC;
}
.TagClassName
{
border-color: #BE80BC;
}
</style>