Shades of East Side #BE82D3
Tints of East Side #BE82D3
RGB
CMYK
RGB Variations
Color information
#BE82D3 (or 0xBE82D3) is known color: East Side. HEX triplet: BE, 82 and D3. RGB value is (190,130,211). Sum of RGB (Red+Green+Blue) = 190+130+211=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE82D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82D3 is #417D2C. Grayscale: #9C9C9C. Windows color (decimal): -4291885 or 13861566. OLE color: 13861566.
HSL color Cylindrical-coordinate representation of color #BE82D3: hue angle of 284.44º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE82D3 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 130 | 211 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.17 |
| HSL | 284.44º | 0.48% | 0.67% | - |
| HSV(B) | 284.44º | 0.38% | 0.83% | - |
| XYZ | 40.98 | 31.62 | 65.57 | - |
| YUV | 157.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 211 | 0.10 | 0.38 | 0 | 0.17 | 284.44 | 0.48 | 0.67 |
| Hex | BE | 82 | D3 | A | 26 | 0 | 11 | 11C | 30 | 43 |
| Octal | 276 | 202 | 323 | 12 | 46 | 0 | 21 | 434 | 60 | 103 |
| Binary | 10111110 | 10000010 | 11010011 | 1010 | 100110 | 0 | 10001 | 100011100 | 110000 | 1000011 |
Color Harmonies of #BE82D3
Complementary color
Monochromatic Colors of #BE82D3
Black with #BE82D3
Text Example
Text Example
White with #BE82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82D3; }
p { color: rgb(190,130,211); }
H1.HeaderClassName
{
color: #BE82D3;
}
.AnyTagClassName
{
color: #BE82D3;
}
</style>
background-color css
<style>
a { background-color: #BE82D3; }
a { background-color: rgb(190,130,211); }
div.DivClassName
{
background-color: #BE82D3;
}
.BgClassName
{
background-color: #BE82D3;
}
</style>
border-color css
<style>
span { border-color: #BE82D3; }
span { border-color: rgb(190,130,211); }
td.TdClassName
{
border-color: #BE82D3;
}
.TagClassName
{
border-color: #BE82D3;
}
</style>