Shades of East Side #BE83CE
Tints of East Side #BE83CE
RGB
CMYK
RGB Variations
Color information
#BE83CE (or 0xBE83CE) is known color: East Side. HEX triplet: BE, 83 and CE. RGB value is (190,131,206). Sum of RGB (Red+Green+Blue) = 190+131+206=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83CE is #417C31. Grayscale: #9C9C9C. Windows color (decimal): -4291634 or 13534142. OLE color: 13534142.
HSL color Cylindrical-coordinate representation of color #BE83CE: hue angle of 287.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE83CE is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 131 | 206 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.19 |
| HSL | 287.2º | 0.43% | 0.66% | - |
| HSV(B) | 287.2º | 0.36% | 0.81% | - |
| XYZ | 40.49 | 31.64 | 62.36 | - |
| YUV | 157.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 206 | 0.08 | 0.36 | 0 | 0.19 | 287.2 | 0.43 | 0.66 |
| Hex | BE | 83 | CE | 8 | 24 | 0 | 13 | 11F | 2B | 42 |
| Octal | 276 | 203 | 316 | 10 | 44 | 0 | 23 | 437 | 53 | 102 |
| Binary | 10111110 | 10000011 | 11001110 | 1000 | 100100 | 0 | 10011 | 100011111 | 101011 | 1000010 |
Color Harmonies of #BE83CE
Complementary color
Monochromatic Colors of #BE83CE
Black with #BE83CE
Text Example
Text Example
White with #BE83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83CE; }
p { color: rgb(190,131,206); }
H1.HeaderClassName
{
color: #BE83CE;
}
.AnyTagClassName
{
color: #BE83CE;
}
</style>
background-color css
<style>
a { background-color: #BE83CE; }
a { background-color: rgb(190,131,206); }
div.DivClassName
{
background-color: #BE83CE;
}
.BgClassName
{
background-color: #BE83CE;
}
</style>
border-color css
<style>
span { border-color: #BE83CE; }
span { border-color: rgb(190,131,206); }
td.TdClassName
{
border-color: #BE83CE;
}
.TagClassName
{
border-color: #BE83CE;
}
</style>