Shades of East Side #BE83CF
Tints of East Side #BE83CF
RGB
CMYK
RGB Variations
Color information
#BE83CF (or 0xBE83CF) is known color: East Side. HEX triplet: BE, 83 and CF. RGB value is (190,131,207). Sum of RGB (Red+Green+Blue) = 190+131+207=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE83CF is #417C30. Grayscale: #9D9D9D. Windows color (decimal): -4291633 or 13599678. OLE color: 13599678.
HSL color Cylindrical-coordinate representation of color #BE83CF: hue angle of 286.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE83CF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 131 | 207 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.19 |
| HSL | 286.58º | 0.44% | 0.66% | - |
| HSV(B) | 286.58º | 0.37% | 0.81% | - |
| XYZ | 40.61 | 31.68 | 63.01 | - |
| YUV | 157.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 207 | 0.08 | 0.37 | 0 | 0.19 | 286.58 | 0.44 | 0.66 |
| Hex | BE | 83 | CF | 8 | 25 | 0 | 13 | 11F | 2C | 42 |
| Octal | 276 | 203 | 317 | 10 | 45 | 0 | 23 | 437 | 54 | 102 |
| Binary | 10111110 | 10000011 | 11001111 | 1000 | 100101 | 0 | 10011 | 100011111 | 101100 | 1000010 |
Color Harmonies of #BE83CF
Complementary color
Monochromatic Colors of #BE83CF
Black with #BE83CF
Text Example
Text Example
White with #BE83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83CF; }
p { color: rgb(190,131,207); }
H1.HeaderClassName
{
color: #BE83CF;
}
.AnyTagClassName
{
color: #BE83CF;
}
</style>
background-color css
<style>
a { background-color: #BE83CF; }
a { background-color: rgb(190,131,207); }
div.DivClassName
{
background-color: #BE83CF;
}
.BgClassName
{
background-color: #BE83CF;
}
</style>
border-color css
<style>
span { border-color: #BE83CF; }
span { border-color: rgb(190,131,207); }
td.TdClassName
{
border-color: #BE83CF;
}
.TagClassName
{
border-color: #BE83CF;
}
</style>