Shades of London Hue #BE81BC
Tints of London Hue #BE81BC
RGB
CMYK
RGB Variations
Color information
#BE81BC (or 0xBE81BC) is known color: London Hue. HEX triplet: BE, 81 and BC. RGB value is (190,129,188). Sum of RGB (Red+Green+Blue) = 190+129+188=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81BC is #417E43. Grayscale: #999999. Windows color (decimal): -4292164 or 12353982. OLE color: 12353982.
HSL color Cylindrical-coordinate representation of color #BE81BC: hue angle of 301.97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE81BC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 188 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.25 |
| HSL | 301.97º | 0.32% | 0.63% | - |
| HSV(B) | 301.97º | 0.32% | 0.75% | - |
| XYZ | 38.16 | 30.28 | 51.41 | - |
| YUV | 153.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 188 | 0 | 0.32 | 0.01 | 0.25 | 301.97 | 0.32 | 0.63 |
| Hex | BE | 81 | BC | 0 | 20 | 1 | 19 | 12E | 20 | 3F |
| Octal | 276 | 201 | 274 | 0 | 40 | 1 | 31 | 456 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10111100 | 0 | 100000 | 1 | 11001 | 100101110 | 100000 | 111111 |
Color Harmonies of #BE81BC
Complementary color
Monochromatic Colors of #BE81BC
Black with #BE81BC
Text Example
Text Example
White with #BE81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81BC; }
p { color: rgb(190,129,188); }
H1.HeaderClassName
{
color: #BE81BC;
}
.AnyTagClassName
{
color: #BE81BC;
}
</style>
background-color css
<style>
a { background-color: #BE81BC; }
a { background-color: rgb(190,129,188); }
div.DivClassName
{
background-color: #BE81BC;
}
.BgClassName
{
background-color: #BE81BC;
}
</style>
border-color css
<style>
span { border-color: #BE81BC; }
span { border-color: rgb(190,129,188); }
td.TdClassName
{
border-color: #BE81BC;
}
.TagClassName
{
border-color: #BE81BC;
}
</style>