Shades of East Side #BE7ECB
Tints of East Side #BE7ECB
RGB
CMYK
RGB Variations
Color information
#BE7ECB (or 0xBE7ECB) is known color: East Side. HEX triplet: BE, 7E and CB. RGB value is (190,126,203). Sum of RGB (Red+Green+Blue) = 190+126+203=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ECB is #418134. Grayscale: #999999. Windows color (decimal): -4292917 or 13336254. OLE color: 13336254.
HSL color Cylindrical-coordinate representation of color #BE7ECB: hue angle of 289.87º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7ECB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 126 | 203 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.20 |
| HSL | 289.87º | 0.43% | 0.65% | - |
| HSV(B) | 289.87º | 0.38% | 0.8% | - |
| XYZ | 39.48 | 30.18 | 60.24 | - |
| YUV | 153.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 203 | 0.06 | 0.38 | 0 | 0.20 | 289.87 | 0.43 | 0.65 |
| Hex | BE | 7E | CB | 6 | 26 | 0 | 14 | 122 | 2B | 41 |
| Octal | 276 | 176 | 313 | 6 | 46 | 0 | 24 | 442 | 53 | 101 |
| Binary | 10111110 | 1111110 | 11001011 | 110 | 100110 | 0 | 10100 | 100100010 | 101011 | 1000001 |
Color Harmonies of #BE7ECB
Complementary color
Monochromatic Colors of #BE7ECB
Black with #BE7ECB
Text Example
Text Example
White with #BE7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ECB; }
p { color: rgb(190,126,203); }
H1.HeaderClassName
{
color: #BE7ECB;
}
.AnyTagClassName
{
color: #BE7ECB;
}
</style>
background-color css
<style>
a { background-color: #BE7ECB; }
a { background-color: rgb(190,126,203); }
div.DivClassName
{
background-color: #BE7ECB;
}
.BgClassName
{
background-color: #BE7ECB;
}
</style>
border-color css
<style>
span { border-color: #BE7ECB; }
span { border-color: rgb(190,126,203); }
td.TdClassName
{
border-color: #BE7ECB;
}
.TagClassName
{
border-color: #BE7ECB;
}
</style>