Shades of London Hue #BE82BD
Tints of London Hue #BE82BD
RGB
CMYK
RGB Variations
Color information
#BE82BD (or 0xBE82BD) is known color: London Hue. HEX triplet: BE, 82 and BD. RGB value is (190,130,189). Sum of RGB (Red+Green+Blue) = 190+130+189=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82BD is #417D42. Grayscale: #9A9A9A. Windows color (decimal): -4291907 or 12419774. OLE color: 12419774.
HSL color Cylindrical-coordinate representation of color #BE82BD: hue angle of 301º 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 #BE82BD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 189 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.25 |
| HSL | 301º | 0.32% | 0.63% | - |
| HSV(B) | 301º | 0.32% | 0.75% | - |
| XYZ | 38.4 | 30.59 | 52.02 | - |
| YUV | 154.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 189 | 0 | 0.32 | 0.01 | 0.25 | 301 | 0.32 | 0.63 |
| Hex | BE | 82 | BD | 0 | 20 | 1 | 19 | 12D | 20 | 3F |
| Octal | 276 | 202 | 275 | 0 | 40 | 1 | 31 | 455 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10111101 | 0 | 100000 | 1 | 11001 | 100101101 | 100000 | 111111 |
Color Harmonies of #BE82BD
Complementary color
Monochromatic Colors of #BE82BD
Black with #BE82BD
Text Example
Text Example
White with #BE82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82BD; }
p { color: rgb(190,130,189); }
H1.HeaderClassName
{
color: #BE82BD;
}
.AnyTagClassName
{
color: #BE82BD;
}
</style>
background-color css
<style>
a { background-color: #BE82BD; }
a { background-color: rgb(190,130,189); }
div.DivClassName
{
background-color: #BE82BD;
}
.BgClassName
{
background-color: #BE82BD;
}
</style>
border-color css
<style>
span { border-color: #BE82BD; }
span { border-color: rgb(190,130,189); }
td.TdClassName
{
border-color: #BE82BD;
}
.TagClassName
{
border-color: #BE82BD;
}
</style>