Shades of East Side #BE82D1
Tints of East Side #BE82D1
RGB
CMYK
RGB Variations
Color information
#BE82D1 (or 0xBE82D1) is known color: East Side. HEX triplet: BE, 82 and D1. RGB value is (190,130,209). Sum of RGB (Red+Green+Blue) = 190+130+209=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82D1 is #417D2E. Grayscale: #9C9C9C. Windows color (decimal): -4291887 or 13730494. OLE color: 13730494.
HSL color Cylindrical-coordinate representation of color #BE82D1: hue angle of 285.57º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE82D1 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 130 | 209 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.18 |
| HSL | 285.57º | 0.46% | 0.66% | - |
| HSV(B) | 285.57º | 0.38% | 0.82% | - |
| XYZ | 40.73 | 31.52 | 64.26 | - |
| YUV | 156.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 209 | 0.09 | 0.38 | 0 | 0.18 | 285.57 | 0.46 | 0.66 |
| Hex | BE | 82 | D1 | 9 | 26 | 0 | 12 | 11E | 2E | 42 |
| Octal | 276 | 202 | 321 | 11 | 46 | 0 | 22 | 436 | 56 | 102 |
| Binary | 10111110 | 10000010 | 11010001 | 1001 | 100110 | 0 | 10010 | 100011110 | 101110 | 1000010 |
Color Harmonies of #BE82D1
Complementary color
Monochromatic Colors of #BE82D1
Black with #BE82D1
Text Example
Text Example
White with #BE82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE82D1; }
p { color: rgb(190,130,209); }
H1.HeaderClassName
{
color: #BE82D1;
}
.AnyTagClassName
{
color: #BE82D1;
}
</style>
background-color css
<style>
a { background-color: #BE82D1; }
a { background-color: rgb(190,130,209); }
div.DivClassName
{
background-color: #BE82D1;
}
.BgClassName
{
background-color: #BE82D1;
}
</style>
border-color css
<style>
span { border-color: #BE82D1; }
span { border-color: rgb(190,130,209); }
td.TdClassName
{
border-color: #BE82D1;
}
.TagClassName
{
border-color: #BE82D1;
}
</style>