Shades of East Side #BE7CC7
Tints of East Side #BE7CC7
RGB
CMYK
RGB Variations
Color information
#BE7CC7 (or 0xBE7CC7) is known color: East Side. HEX triplet: BE, 7C and C7. RGB value is (190,124,199). Sum of RGB (Red+Green+Blue) = 190+124+199=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE7CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CC7 is #418338. Grayscale: #989898. Windows color (decimal): -4293433 or 13073598. OLE color: 13073598.
HSL color Cylindrical-coordinate representation of color #BE7CC7: hue angle of 292.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7CC7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 124 | 199 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.22 |
| HSL | 292.8º | 0.4% | 0.63% | - |
| HSV(B) | 292.8º | 0.38% | 0.78% | - |
| XYZ | 38.75 | 29.49 | 57.68 | - |
| YUV | 152.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 199 | 0.05 | 0.38 | 0 | 0.22 | 292.8 | 0.4 | 0.63 |
| Hex | BE | 7C | C7 | 5 | 26 | 0 | 16 | 125 | 28 | 3F |
| Octal | 276 | 174 | 307 | 5 | 46 | 0 | 26 | 445 | 50 | 77 |
| Binary | 10111110 | 1111100 | 11000111 | 101 | 100110 | 0 | 10110 | 100100101 | 101000 | 111111 |
Color Harmonies of #BE7CC7
Complementary color
Monochromatic Colors of #BE7CC7
Black with #BE7CC7
Text Example
Text Example
White with #BE7CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CC7; }
p { color: rgb(190,124,199); }
H1.HeaderClassName
{
color: #BE7CC7;
}
.AnyTagClassName
{
color: #BE7CC7;
}
</style>
background-color css
<style>
a { background-color: #BE7CC7; }
a { background-color: rgb(190,124,199); }
div.DivClassName
{
background-color: #BE7CC7;
}
.BgClassName
{
background-color: #BE7CC7;
}
</style>
border-color css
<style>
span { border-color: #BE7CC7; }
span { border-color: rgb(190,124,199); }
td.TdClassName
{
border-color: #BE7CC7;
}
.TagClassName
{
border-color: #BE7CC7;
}
</style>