Shades of East Side #BE7BC6
Tints of East Side #BE7BC6
RGB
CMYK
RGB Variations
Color information
#BE7BC6 (or 0xBE7BC6) is known color: East Side. HEX triplet: BE, 7B and C6. RGB value is (190,123,198). Sum of RGB (Red+Green+Blue) = 190+123+198=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BC6 is #418439. Grayscale: #979797. Windows color (decimal): -4293690 or 13007806. OLE color: 13007806.
HSL color Cylindrical-coordinate representation of color #BE7BC6: hue angle of 293.6º 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 #BE7BC6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 123 | 198 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.22 |
| HSL | 293.6º | 0.4% | 0.63% | - |
| HSV(B) | 293.6º | 0.38% | 0.78% | - |
| XYZ | 38.51 | 29.19 | 57.03 | - |
| YUV | 151.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 198 | 0.04 | 0.38 | 0 | 0.22 | 293.6 | 0.4 | 0.63 |
| Hex | BE | 7B | C6 | 4 | 26 | 0 | 16 | 126 | 28 | 3F |
| Octal | 276 | 173 | 306 | 4 | 46 | 0 | 26 | 446 | 50 | 77 |
| Binary | 10111110 | 1111011 | 11000110 | 100 | 100110 | 0 | 10110 | 100100110 | 101000 | 111111 |
Color Harmonies of #BE7BC6
Complementary color
Monochromatic Colors of #BE7BC6
Black with #BE7BC6
Text Example
Text Example
White with #BE7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BC6; }
p { color: rgb(190,123,198); }
H1.HeaderClassName
{
color: #BE7BC6;
}
.AnyTagClassName
{
color: #BE7BC6;
}
</style>
background-color css
<style>
a { background-color: #BE7BC6; }
a { background-color: rgb(190,123,198); }
div.DivClassName
{
background-color: #BE7BC6;
}
.BgClassName
{
background-color: #BE7BC6;
}
</style>
border-color css
<style>
span { border-color: #BE7BC6; }
span { border-color: rgb(190,123,198); }
td.TdClassName
{
border-color: #BE7BC6;
}
.TagClassName
{
border-color: #BE7BC6;
}
</style>